Apan Raj

Greenhorn
+ Follow
since Sep 04, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Apan Raj

Consider an array of Objects. What happens to the elements of the array if its reference is made null. Will making the array elements null individually before making the array null make any difference from memory management point of view ?
20 years ago
Can any provide a sample code or description about how to print a html page from Java application. (I have generated the HTML page as StringBuffer object)
20 years ago
Thank you Tim.
20 years ago
I have a JTable and a button clicking on which data from JTable cell is to be taken. Its actually giving all the values except the last cell data. while clicking the button the focus is on the last cell.
Its working fine if I deliberatly lose the focus by clicking come where and then click on the button.
Any solutions ?? I cant expect the user to do that every time.
20 years ago
I want the user to enter only integer values in a column of a JTable. If the user enters any other value, I should show error message and have the focus on the particular cell itself.
Any Idea how to implement this ?
20 years ago
How much is TOA( Terms of Agreement) legally valid ( In India ).
TOA is just the conditions typed in a normal paper ( not a BOND paper ) and signed by the employee without any surety.
20 years ago
Can any one clearly differentiate one-way bond and two-way bond
20 years ago
get me a model of good resignation letter which is very pleasing and never hurt anyone.
20 years ago
can it be called Application Server just because it can run Servlet and JSP?
20 years ago
what kind of server is Tomcat ? Application or Web Server ?
20 years ago
As per the API, there is no much difference between the methods in ServletContext and ServletRequest ( Ramakrishna, its not HttpServletResponse ), except that
the method in ServletContext accept only relative path where as the other method also accept absolute path.
20 years ago
Can any ony let me know the different ways of getting RequestDispatcher object in a servlet, and how actually they differ.
20 years ago
Can Interface be used for Multiple Inheritance ?
20 years ago
Then how exactly does a Web Container differ from Application Server and Web Server.