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
can rmi and corba based applications interact ?
Why singleton class is used in java?
What does provide mean construction?
Is singleton class thread safe?
How to read and write image from a file ?
Does it matter in what order catch statements for filenotfoundexception and ioexception are written?
When will you define a method as static?
What is the difference between the paint() and repaint() methods in java programming?
What are variable arguments or varargs?
Can constructor be static or final?
define polymorphism in java
In the below example, what will be the output?
What is string example?
Can we create our own wrapper class in java?
What does system out println () do?