explain System.out.println
Answer Posted / minnu
System is a class. out is an object of class PrintStream and
is static and in class System. println() is a methode in
class PrintStream, which can be called by using object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is numeric data type?
What is generics in java interview questions?
What is string [] args?
Can a class be declared as static?
What are the differences between string, stringbuffer and stringbuilder?
How to make a write-only class in java?
How we can execute any code even before main method?
What is the advantage of functional interface in java 8?
What is the difference between arraylist and hashset in java?
What is a Hash Table? What are the advantages of using a hash table?
What is data structure in java?
Is age a discrete variable?
What is the difference between static binding and dynamic binding?
Define iterator and methods in iterator?
What is mnemonic code?