explain System.out.println
Answer Posted / trip
System: Class of java.lang package
out: predefine stream variable
println: method of PrintStream class (which is a type of
object reference by System.out)
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
Mention the default values of all the elements of an array defined as an instance variable.
Explain notify() method of object class ?
What an i/o filter?
what is difference betweem home interface and remote interface?
What is the char data type?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What initialize variables?
What is meant by class and object in java?
What is the size of arraylist in java?
is there a separate stack for each thread in java? : Java thread
How do you compare two objects?
How do you compare characters in java?
Explain what are final variable in java?
Explain the difference between collection api and stream api in java8?