Sudhakar Namasivayam

Greenhorn
+ Follow
since Sep 09, 2004
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 Sudhakar Namasivayam

Congrats...

If possible please post the preparation / materials that you used...
The main purpose of having a garbage collector is to free up space so that more memory is available for applications.. So the option is kinda obvious..
The HashMap class is roughly equivalent to Hashtable, except that it is unsynchronized and permits nulls.

http://java.sun.com/j2se/1.4.2/docs/api/java/util/HashMap.html

https://coderanch.com/t/231485/threads/java/Hashtable-vs-HashMap
19 years ago
I am trying to give japanese language support to my web application in struts 1.1. I guess i have to create the .properties_ja... But can some one tell me how to create the properties file ( do i have to install the language pack... )
I looking for doing minimum things to get it going !
19 years ago
Is this correct ??? <%jsp:include page="/segments/footer.html" %>


Should it not be <jsp:include page="/segments/footer.html"/>

Is there any other optimal / standard way of doing it...
Is it possible to combine JDBC and File operations in a single Transaction using JTA? If so can anyone refer me to a good link to start working on it.....
Any other way to approach this?
javascript: x()
Confused

Thanks in advance,
Sudhakar
thank you very much... But there is also another way of user opening a new window like File->New Window... Is it possible to stop that also...

Thanks again
19 years ago
JSP
How do i prevent opening new windows from the current JSP page.
One can use ctrl+N or Shift+click for the link to open in a new window.. At that time the page should say that the page has expired or a error should be displayed.
19 years ago
JSP
Has any one used JTA and OJB -JDO using weblogic server?
Any resources regarding them would be helpful
Hi...
I cleared the SCJP with 98% ... Missed out on a ArrayList question.
Never mind.. Thanks dan for ur site http://www.danchisholm.net This is a great site.
Marcus's site was also very useful.. Reserve the tests for the last 3 days of ur preparation...
I followed only one book.. -Kathy Sierra and Bates. Simple and effective book.
And also javaranch... The forum is really great.
All the best for aspiring SCJPs.


-Sudhakar
19 years ago