Answer Posted / edward sudhaharchennai
out is d object of PrintStream class which is available in
System class. println is a static method . its work is to
print the information provided into the console...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What are register variables what are the advantages?
How do you sort in java?
What is tostring () method?
How can we create a thread in java?
What are void pointers?
What does snprintf return?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is the different between get and post?
How do you compare two objects?
Explain static nested classes ?
Difference between a class and an object?
What is a locale?
What is gc()?
How many bytes is string in java?
What is the difference between a vector & an array list?