Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how to print output with out using sop statements

Answers were Sorted based on User's Feedback



how to print output with out using sop statements..

Answer / rajsekar

Create an object for the PrintWriter Class then call the
write() method...in that write method we can pass any type
of strings or etc...

Is This Answer Correct ?    6 Yes 2 No

how to print output with out using sop statements..

Answer / praveen kumar singh

Way 1
if(System.out.append("testing")!= null);

way 2
if(System.out.format("%s","testing" )!= null);

Is This Answer Correct ?    2 Yes 1 No

how to print output with out using sop statements..

Answer / manju

we can print by using Log.debug atatements

Is This Answer Correct ?    1 Yes 0 No

how to print output with out using sop statements..

Answer / srinivas

there r 2 ways in which we can print stmts with out using
sops
1. using static
2. using anonimus inner classes

Is This Answer Correct ?    7 Yes 7 No

how to print output with out using sop statements..

Answer / f

there r 2 ways in which we can print stmts with out using
sops
1. using static
2. using anonimus inner classes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the latest version of java?

0 Answers  


What is the purpose of object oriented programming?

0 Answers  


What classes of exceptions may be thrown by a throw statement?

0 Answers  


Why are the destructors for base class and derived class called in reverse order when the program exits

0 Answers   HCL,


Explain importance of inheritance in java?

0 Answers  


What is math exp in java?

0 Answers  


Does substring create a new object?

0 Answers  


Hi buddy, well i got that there is always a default constructor with abstract class. OK. But why not with interface? Thanks in advance.

2 Answers  


What is the difference between final, finally and finalize() in java?

0 Answers  


What occurs when an object is constructed?

0 Answers  


Is java a compiler?

0 Answers  


what is life cycle of applet?

9 Answers  


Categories