explain System.out.println
Answer Posted / praveen
System is a final class in java.lang package
out is a public static final refrence of PrintStram
in System
print() and println()are the methods in PrintStream
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Can a class be private in java?
What is callablestatement? How you can call stored procedure to pass in parameter?
Explain covariant method overriding in java.
List some oops concepts in java?
What is a byte array?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is dot operator?
How are the elements of a gridbaglayout organized in java programming?
Explain about static nested classes in java?
What is meant by method overriding?
What is a singleton factory?
What is a nonetype?
Is alive and join method in java?
Can we overload the main() method?