Answer Posted / shashank
the answer will be 4
i m new at java .
but i compiled it successfully and got 4 as the answer.
thats why i am posting it.
***plz consider System.out.println**** 'S' capital
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What invokes a thread's run() method in java programming?
do I need to use synchronized on setvalue(int)? : Java thread
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
How to create a base64 decoder in java8?
What is the difference between dom and sax parser in java?
Write a program to find maximum and minimum number in array?
What class of exceptions are generated by the java run-time system?
What is extension method in java?
What is hashing principle in java?
What is a loop java?
What is hasnext in java?
What are the 6 mandatory procedures for iso 9001?
Why packages are used?
How are this() and super() used with constructors in java programming?
Is it possible to compare various strings with the help of == operator? What are the risks involved?