explain System.out.println
Answer Posted / raju kumar (bca)
ex:-class System
{
static printstream out= new printstream();
static Inputstream in= new Inputstream();
}
conclusion:=>
"system" is a class&packege(java.lang).
"out" is a static object of printstream class (java.io).
and "println()"is a method of out calss.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you get the length of a string in java?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
What technique is carried out to find out if a particular string is empty?
Convert a BST into a DLL and DLL to BST in place.
how does multithreading take place on a computer with a single cpu? : Java thread
explain autoboxing in java?
What is Major and importance difference between for and foreach loop ?
Can you sort a list in java?
What are the features of java?
How do you declare a string variable?
What is an example of declaration?
What state is a thread in when it is executing?
Is static variable stored in heap?
why we use merge option in hybernate pls give a ex snippet
What is the difference between heap memory and stack memory?