Which are the different segments of memory?
Answer / Satyendra Kumar Gupta
"Heap", "Stack", and "Method Area (PermGen or Non-HotSpot, Metaspace in Hotspot)"
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the purposes of methods wait(), notify(), notifyAll ()?
Write a program to show synchronization?
What is a sessionfactory? Is it a thread-safe object?
What is source and listener?
Explain about local interfaces.
What is a layout manager?
explain the flow of struts?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What are the diff types of exception?
How to determine applet?s height and width?
In a multitiered application which tier is the browser in?
Is multiple try block is possible in single java Application......