bappa

Greenhorn
+ Follow
since Mar 11, 2008
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 bappa

Hi,
I have an arraylist which has some following data,
"abc", "gdhj","hdvdvbvd","uyiyiyioy","abcd" etc.

How can get the value from list with max length ie "uyiyiyioy"?

Can anybody give some code?

Thanks in advance!
15 years ago
Friends, I have passed SCJP 1.5 with 83%. Thanks a lot for your support.
15 years ago
I have passed SCJP 1.5 with 83%. Thanks a lot ranchers.
15 years ago
In server.xml you find the following entry.

<Connector URIEncoding="utf-8" acceptCount="100" connectionTimeout="20000" disableUploadTimeout="true" enableLookups="false" maxHttpHeaderSize="8192" maxSpareThreads="75" maxThreads="150" minSpareThreads="25" port="8080" redirectPort="8443" />

Just change the port number to something else other than 8080 ie 8085 or 10000 and save the file and try restarting the server and check again.
15 years ago
Hi all,
I want to that suppose my application is

http://localhost:8080/MyPro/MyClass?url=filename

I want to know the steps of how to hide the port number in netbeans bundled tomcat. How to do that? Can anybody help? Thanks in advance for any help.
[ UD: removed non-English content because we can't moderate it ]
[ March 28, 2008: Message edited by: Ulf Dittmer ]
15 years ago
Hi all,
I am working on xml parsing. My problem is to set the value of one attribute of child from the attribute value of parent. How to do this? Please help me in this concern. Thanks in advance.
Hi all,
I am working on xml parsing. My problem is to set the value of one attribute of child from the attribute value of parent. How to do this? Please help me in this concern. Thanks in advance.
Hi all,
I am working on xml parsing. My problem is to set the value of one attribute of child from the attribute value of parent. How to do this? Please help me in this concern. Thanks in advance.
15 years ago
Can anybody give some example code of how to get the client's actual IP not proxy IP by java servlet. Thanks in advance.
15 years ago
Hi Friends,
I want a program to get the time of server as well as client. By only java servlet. Any help in this regard is highly appreciated. Thanks in advance.
15 years ago
then how to do it by servlet. please let me know... Give one sample code.
15 years ago
JSP
Hi i am trying to download binary file by a jsp file but it is showing the content (not all) on the browser. I want to save that file automatically to the client machine in a specified location. Please help.
15 years ago
JSP
hi all,
I have failed 2 times in the exam version 5.0. But I want to complete my certification with a good score. Can anybody suggest me how to prepare for the exams. I have HeadFirst and SCJP 5.0 by Sierra and Bates.
15 years ago