explain System.out.println
Answer Posted / umesh
'System'= a class in java.lang package
'out' = a static object of PrintStream class in java.io
package
'prinln()' = method in the PrintStream class.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the main differences between the java platform and other platforms?
Which is bigger float or double?
What are 4 pillers of object orinted programming?
What is difference between throw and throws ?
Is 0 a real number?
Is double bigger than float?
What are the elements of java?
Can we override the static methods?
What is remote method invocation (rmi)?
Why should we use singleton pattern instead of static class?
Is java call by value?
What is the maximum size of array in java?
What are the main concepts of oops in java?
Why do we use variables?
What is the use of static class?