explain System.out.println
Answer Posted / franklin
System: its the class
out: its the object of the class System
println():its the method which tells the compiler to print
a new line.
| Is This Answer Correct ? | 381 Yes | 273 No |
Post New Answer View All Answers
How do you escape a string?
What are wrapped classes in java programming?
Difference between final and effectively final ?
Can we have multiple catch block for a try block?
What is difference between public static and void?
What is run time allocation?
Can we initialize the final blank variable?
What is binary search in java?
What is string subsequence method?
What are the application of stack?
What is the difference between abstract classes and interfaces?
Why packages are used?
How many types of voids are there?
How do weakhashmap works?
What is the maximum size of array in java?