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
Can a class be defined inside an interface?
What methodology can be employed to locate substrings inside a string?
Why do we need autoboxing in java?
Is age a discrete variable?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Variables used in a switch statement can be used with which datatypes?
What is string in java?
What are the 3 types of control structures?
What is threaded programming and when is it used? : Java thread
What is a 16 bit word?
How many types of memory areas are allocated by JVM in java?
Can you explain the final method modifier?
What is a generic type?
What is a return in java?
What is string in java is it a data type?