Question { 4515 }
Explain the purposes of methods wait(), notify(), notifyAll
()?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Difference between application and session ?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 11025 }
If you want to modify the servlet,will the Webserver need
to be ShutDown ?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { Cap Gemini, 6875 }
can we write implementation for a method with in another
method?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between JspWriter and PrintWriter
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Given: (x-2)(x+3)= 100;
solve the equation for x using any programing language.
Answer
Is This Answer Correct ? | 1 Yes | 2 No |
What are the other ways to create an object with out calling
new keyword in java?
Answer
Is This Answer Correct ? | 0 Yes | 0 No |
Question { 5922 }
String is mutable or immutable?
Answer
Is This Answer Correct ? | 7 Yes | 0 No |
Write a program to calculate the following
i want a Java program for this condition
1+4+9+16+….+100
Like this (1^2+2^2)
Hint use function pow(a,b)
Answer
Is This Answer Correct ? | 7 Yes | 1 No |
what is the Scope of Final Keyword in Java?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
what is the difference between static class and singleton class? can we create static class?
Answer
Is This Answer Correct ? | 3 Yes | 0 No |