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
List the interfaces which extends collection interface?
What is boolean logic?
What is better - 'bit-shift a value' or 'multiply by 2'?
Does google use java?
Is .net better than java?
How do you sing an Applet ?
What is an inner class in java?
What is a arraylist in java?
Can we execute a program without main() method?
can java object be locked down for exclusive use by a given thread? : Java thread
Why collection is called framework in java?
What is function declaration?
How to restrict a member of a class from inheriting by its sub classes?
What are the common uses of "this" keyword in java ?
What is the difference between the file and randomaccessfile classes?