Answer Posted / sooraj
It does nothing but print a 'space' and new line to console.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is dto layer in java?
What is the use of flatmap in java 8?
What is ioexception in java?
Define network programming?
Explain suspend() method under thread class>
program A and B are analysed and found to have worst case running time greater than 150NlogN and N*N respectively. which program has the better guarantee after the running time for the large values of N(N>10000)? which program has the better guarantee for the running time of small program N (N<100)? which program will run faster on average for N=1000?
What is scrollable resultset in java?
What's the difference between local, global and universal groups? : java security
Explain daemon thread.
Which is best framework in java?
What is the use of servlet in java?
What is @override annotation in java?
When is static variable loaded? Is it at compile time or runtime? When exactly a static block is loaded in java?
What is gpt and gpc? : java security
explain isalive() method under thread class?