how to print output with out using sop statements
Answer Posted / srinivas
there r 2 ways in which we can print stmts with out using
sops
1. using static
2. using anonimus inner classes
Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
What are exception handling keywords in java?
What are the differences between string, stringbuffer and stringbuilder?
What is casting in java programming?
Why constructor has no return type?
What is the difference between interface & abstract class?
What are the advantages of java over C++?
Can a list be null in java?
Can a method be overloaded based on different return type but same argument type?
How to avoid memory leak in java?
Explain 5 features introduced in jdk 1.7?
List out five keywords related to exception handling ?
What is ide with example?
What is the difference between class & structure?
Can constructor be protected in java?
why using interface interface ?