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
Can a class extend 2 classes in java?
What is the difference between a window and a frame in java programming?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the integer of 16?
Is class is a data type?
What is a generic code?
Can you explain inner class.
Explain the Propertie sof class?
Differentiate between overriding and overloading cases?
How many bits is a char?
Where is the singleton class used?
Is string is a data type in java?
What is the difference between arraylist and hashset in java?
What is the do while loop syntax?
What do you mean by append?