
Concurrency, Parallelism and Related Terms
“Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.” Rob Pike Co-author of Go and […]
“Concurrency is about dealing with lots of things at once. Parallelism is about doing lots of things at once.” Rob Pike Co-author of Go and […]
What is an Algorithm? “Computer science is the study of algorithms” Donald E. Knuth, Author of “The Art of Computer Programming” An algorithm is the […]
What are Enums? Enums or Enumerations are special Classes that can create only a limited number of predefined objects. This is useful in the instances […]
Wrapper Classes are Classes that have written to make objects from the primitive types in Java. They are used to “wrap” the primitive values in […]
An interface is an outline or description of the operations that an object is able to perform. It doesn’t include any implementation part. For a […]
Copyright © 2023 | WordPress Theme by MH Themes