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...

any other way to print the text without using
System.out.println() in java?

Answer Posted / srinivas

Using PrintWriter class-

PrintWriter writer = new PrintWriter(System.out);
writer.println("Method 2");



PrintWriter makes the output internationalizable - because encodings like UTF-8 can be specified.

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the generic function?

1041


Does list maintain insertion order java?

967


Write java program to reverse string without using api?

1108


Which methods cannot be overridden in java?

1048


What is a function in programming?

1100


What is difference between pointer and reference?

1117


What is polymorphism java example?

1068


When can you say a graph to be a tree?

1132


What is method overriding in java ?

1252


What is a double?

1155


What is the technique adopted to create an immutable class?

1189


Should you use singleton pattern?

992


What are the Class Libraries ?

1088


Is string is a class in java?

1019


What language is pass by reference?

1070