explain System.out.println
Answer Posted / vineet ahlawat
System is a class of java.lang package.
Out is a reference object in print stream class of java .io
package.
ptintln is a method in printstream class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is namespace same as package in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
Can we rethrow the same exception from catch handler?
Which way a developer should use for creating thread, i.e. Sub classing thread or implementing runnable.
What is the difference between && and & in java?
Can one thread block the other thread?
What does business logic mean?
What is flush buffer?
What is initial size of arraylist in java?
What is int short for?
When do we use synchronized methods in java?
write a program that list all permutations of ABCDEF in which A appears before B?
How do you compare two objects?
Difference between == and .equals() ?
Write a program in java to find the maximum and minimum value node from a circular linked list.