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 will you communicate between two applets?
How to obtain a performance profile of java program
What is void data type?
Do you need to import math in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Why charat is used in java?
What is a map? What are the implementations of map?
What is data type in computer?
How does linkedhashmap work in java?
What is immutable state?
Explain about doubly linked list
What are mutable classes?
Why strings in java are called as immutable?
How can you read an integer value from the keyword when the application is runtime in java? example?
Do I need to import java.lang package any time? Why?