Abhijit Jawale

Greenhorn
+ Follow
since Jun 01, 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 Abhijit Jawale

When String hash is computed?
If I am inserting 10 million strings in a HashSet then will it compute it for each insertion or it would have already computed hash (as String is immutable object)?
13 years ago
You can consider collection as a single object. UML representation will allow you to return ojbect like set/list/array or map.
Score do not matter much. Try for the next exam. I think product oriented exam and give you more focused career.
18 years ago

Originally posted by Ella Rath:
HI,
i am in desperate need of ur help in writing a servlet/JSP code.
the output of my HTML/JS form is a popup window whose contents are:
a set of XML tags as shown below:


the script i used to create this set of tags are:


now i need to write a server side program (servlet/JSP) that takes this input, extracts the image and text files shown in the <pic> and <tex> tags and displays those files on the browser.
please help me out of this desperate situation helping me by giving server side programming code that interprets the contents of the popup window and displays them to the user.
i tried finding the solution by going through a number of tutorials but was unsuccesful. so please help me out be giving me the code.
thanks in advance and desparately waiting to hear from u.

19 years ago