Answer Posted / harika
System is a predefined class,out is a reference of
printstream class,println is a method of printstream class.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is parameters example?
What is the difference between this() and super() in java?
What is derived datatype?
Difference between throw and throws?
what is the difference between preemptive scheduling and time slicing? : Java thread
What are adapter classes?
Can private class be extended java?
How to change the priority of thread or how to set the priority of thread?
Which of the following is not an isolation level in the JDBC
Can we define package statement after import statement in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
Can we pass a primitive type by reference in java? How
can java object be locked down for exclusive use by a given thread? : Java thread
For class CFoo { }; what default methods will the compiler generate for you>?
What is the difference between the ">>" and " >>>" operators in java?