Sandeep Mali

Greenhorn
+ Follow
since Sep 03, 2005
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 Sandeep Mali

Thanks for the replies!

Well the explainations arent exactly simple but I do get the idea.

Regards,
Sandeep.
18 years ago
Hi Websphere is available from IBM as a trial download.

Check this link


Regards,
Sandeep
18 years ago
Hi Folks could someone explain why the value of v.i in the last print statement is 20 and not 10.
Here's my code(please excuse me if its a little lengthy):


Thanks,
Sandeep Mali.
18 years ago
Wild guess, couldnt get ur question correctly

to take ur output to the next line

System.out.println("assasa \n ererer");

or if its confusing you can write the above code as

System.out.println("assasa" + "\n" + "ererer");

Do tell me if I have answered ur question, or Dani Atrei got the correct question.
18 years ago
thats pretty good list and would serve people like me who want to start over on SCJP.
Hi, i have written this jsp code(welcome1.jsp) to retrieve details from a html file(regpage.html) and store them in an access file(Table.mdb)
welcome1.jsp


regpage.html

Im unable to store the datails in Access DB and upon altering the jsp code I get the following errors,
java.lang.NullPointerExceptionorg.apache.jsp.project.welcome1_jsp._jspService(org.apache.jsp.project.welcome1_jsp:68

What is the possible mistake that Im commiting?

Thanks in advance,
Sandeep.
18 years ago
JSP