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 / sathish

System.out.write("text".getBytes());

System.out.format("%s", "text");

Is This Answer Correct ?    20 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

1090


How do you compare two strings lexicographically?

977


Are functions objects in java?

1126


Why deletion in linkedlist is fast than arraylist?

1146


When will you define a method as static in Java?

1105


What are the benefits of immutable objects?

1055


Is java an ide?

1031


Difference between operator overloading and function overloading

1124


What is complexity and its types?

1101


What are the properties of thread?

969


Which programming language is best in future?

1022


What modifiers may be used with an inner class that is a member of an outer class in java programming?

1171


What is string substring?

1204


When should we create our own custom exception classes?

1058


What is re-factoring in software?

1104