explain System.out.println
Answer Posted / neha
here println is a method as only methods can be called with
dot operator and out is a static variable of class System
as only static variables or methods can be called using
classname.staticvariable.method.. thankyou
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What about interrupt() method of thread class ?
What does math floor () do?
What is the base class of all classes?
What is passing parameters in java?
What are the differences between c++ and java?
why not override thread to make a runnable? : Java thread
How do you delete a list in java?
What are the advantages of exception handling?
What is anonymous inner class?
What is the difference between Array and Hash Table?
What is the difference between call by reference and call by pointer?
which pattern is default in scanner package?
How many bits is a float?
how to handle exceptions in ejb?
What is the difference between length and length() method in java?