explain System.out.println
Answer Posted / pragya
System:It is a class in lang package and
out:it is static member of System class and object of PrintStream class........
println():this is the method defined in PrintStream class
which prints the sentence in new line
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the methods to rectify ambiguities in the interfaces in JAVA?
Explain oops concepts in detail?
What is the difference between yield() and sleep()?
What are the five major types of reference sources?
What is Gang of four design patterns
What is constructor and its types?
Why webdriver is an interface?
What is another word for methodology?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
Is binary a low level language?
What method is used to specify a container's layout in java programming?
How garbage collection is done in java?
Write a function to find out longest palindrome in a given string?
What is final modifier?
How do you declare an array that will hold more than 64KB of data?