define System.out.println(); what is the meaning!
Answer Posted / mohit gupta
System is a class and out is a static attribute which is of
type printstream. printstream class has a method called
println().
| Is This Answer Correct ? | 69 Yes | 19 No |
Post New Answer View All Answers
How do you use compareto in java?
How many tetrahedral voids are there in bcc?
What is meant by JVM? Is JVM platform independent or not?
Explain the difference between serializable and externalizable in java?
How do you compare two objects?
How to declare an arraylist in java?
Convert a BST into a DLL and DLL to BST in place.
What are the data types supported by java?
Can we sort array in java?
What flag up means?
Name four container classes.
Do we have pointers in java?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What is threaded programming and when is it used? : Java thread
How is a structure different from array ?