A stream can be defined as an object through which you can read and write information. The destination can be “a […]
Category: Java
Java
Multi threading
Basically there are two types of multitasking. They are Process based multitasking is one where two or more programs […]
Command line arguments in Java
Java also supports command line arguments. Command line arguments are nothing but a list of values passed to the program […]
Wrapper classes in Java
Wrapper classes: Java provides a rich set of wrapper classes. Wrapper classes are used to convert primitive data. Integer class: A wrapper […]
