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
How do you sort an array in java?
Is map ordered in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Is java call by reference?
What are facelets templates?
What are recursive functions? Give some examples?
Is .net better than java?
What is the use of using enum to declare a constant?
Write a program to find the whether a number is an Armstrong number or not?
How define set in java?
In the below example, how many string objects are created?
What is the purpose of declaring a variable as final?
Can you add null to a list java?
what is heap memory?
What is gui programming?