explain System.out.println
Answer Posted / harry
system.out.println is used to display text on the output screen
it has same function as that of printf in c language
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is static class
How many ways can we create singleton class?
What is the base class in java from which all classes are derived?
Why is flag used in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What technique is carried out to find out if a particular string is empty?
Why string is immutable or final in java
What are jee technologies?
What checkbox method allows you to tell if a checkbox is checked?
What is the final class?
What is the major advantage of external iteration over internal iteration?
How many digits can a float hold?
Describe the Big-O Notation.
Why there is no call by reference in java?
What is the relationship between clipping and repainting under awt?