how to print output with out using sop statements
Answer Posted / 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 |
Post New Answer View All Answers
What is threaded programming and when is it used? : Java thread
Why wait(),notify(),notifyAll() methods defined in Object class althought we are using in only threads.
What does the string method compareto () do?
What is type inference in java8?
How are variables stored in memory?
What does string [] args mean?
What are the methods to rectify ambiguities in the interfaces in JAVA?
which pattern is default in scanner package?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What do you understand by Header linked List?
What is gc()?
Is string pool garbage collected?
Explain about oops concepts.
What is exception handling in java?
What is the differences between heap and stack memory in java? Explain