Bhaavyaa K. Kapoor

Greenhorn
+ Follow
since Oct 14, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Bhaavyaa K. Kapoor

public int compare(Object o1,
Object o2)Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
The line "return s2.charAt(1) - s1.charAt(1); " is comparing the two string by subtracting the Integer values of the second character of your string.
I wanted to be doctor.But, since i wasn't able to clear my entrance exam ,I then took admission for MCA.Fotunately I landed over the right place."Luck By Chance"
15 years ago
my warmest good wishes to you all for a peaceful and joyous Diwali
15 years ago

Vijitha Kumara wrote:

Bhaavyaa K. Kapoor wrote:

Neeba Rebbaca wrote:i tried to get the request parameter and pass the value to the applet.


This will solve your problem
<%=expression %>.These are the expression tags.It is equivalent println statement in java.


Hi Bhaavyaa, Welcome to JavaRanch . These days people never use Java code (scriptlet,scriptlet expressions etc..) in JSPs but JSTL,EL, Standard & Custom actions.


Thanks for telling me.I have just started learning jsp and hence i am just a beginner
15 years ago
JSP

Neeba Rebbaca wrote:i tried to get the request parameter and pass the value to the applet.


This will solve your problem
<%=expression %>.These are the expression tags.It is equivalent println statement in java.
15 years ago
JSP