what is the proxy pattern?
Answer / ramesh
The copy of the Remote object in our Local Machine(it works
like mediating to client & Server)
| Is This Answer Correct ? | 0 Yes | 2 No |
what are design patterns in java?give with example?
how team leaders assign work for the team member like through papers,word document
which of the following authentication is stronger than the others? a. Http Basic b. Http DIGEST c. Form based
Explain about thread synchronization inside a monitor?
What is permgen or permanent generation?
What is the applet sandbox?
How do you iterate in Hashmap?
What is diffennce between AWT & SWING?
whats is statement and procedure
list the types of dialodg
What is a session? Can you share a session object between different theads?
For an example, if we have some variable in run method, and we created one or more threads. Does all threads will share the same variable or a copy of variable is created for each thread??