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

Answer Posted / ravi ranjan

int a=10;

System.out.printf("%d",+a);

Is This Answer Correct ?    2 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In java how do we copy objects?

787


Difference between this() and super() ?

778


How big is a 64 bit float?

775


What are the 3 types of control structures?

728


What is bitwise complement?

728


What do you know about the garbate collector?

802


What is the purpose of checked and unchecked exceptions in JAVA?

790


Explain java heap space and garbage collection?

799


Explain about narrowing conversion in java?

777


What is autoboxing in java?

821


Difference between Preemptive scheduling vs. Time slicing?

798


What is java life cycle?

769


what is the difference between future and callable interface in java?

883


Can we define private and protected modifiers for the members in interfaces?

843


How many static init can you have?

920