explain System.out.println
Answer Posted / arun gopal
'System' is a class in java.lang package
'out' is a static object of PrintStream class in java.io
package
'prinln()' is method in the PrintStream class.....
| Is This Answer Correct ? | 791 Yes | 59 No |
Post New Answer View All Answers
I want to store more than 10 objects in a remote server? Which methodology will follow?
How to convert string to byte array and vice versa?
State two differences between C and Java.
Explain importance of throws keyword in java?
Write the algorithm to check the number non-leaf nodes in a tree.
Explain about member inner classes?
Can a class be a super class and a sub-class at the same time? Give example.
Is java util list serializable?
What is java util concurrentmodificationexception?
What is difference in between java class and bean?
What are the types of exceptions?
What is difference between hashset and hashmap?
Can we create object of inner class in java?
How will you calculate the depth of a binary tree if the tree contains 15 nodes?
What is the history of java?