Want an example of array in JSP

Sam

Disciple
Hi there buddies,
don't know was that help was provided here earlier,
but yeah just an example on array concept of JSP will help,
yeah am new to JSP..... not able to get a good example on net.. could say i didn't searched well on google, sorry lazy me..

well are there people here who work on JSP?
 
<script language="javascript">

var StudentArray=new Array();

function create()

{

StudentArray[0]={name:"xyc",age:21,gperc:55,mcaperc:61};

StudentArray[1]={name:"ftr",age:23,gperc:65,mcaperc:67};

StudentArray[2]={name:"bht",age:20,gperc:56,mcaperc:50};

StudentArray[3]={name:"ase",age:22,gperc:66,mcaperc:80};

}

I hope this tells you how to create a name:value paired array in js

for sorting etc operations on this array tell me again i'll post the code.

BTW js sucks vbs is way too simpler
 
hmmmmmmmmmm well those javascripts are ok but buddy i was looking of JSP codes (java server pages).. similiar to ASP,
want to know abt it.. neways thanx for the reply.... seems like i better google what i want... n thanx all for...not making me a spoon feeder.. btw sarang where from pune????
 
sure from pune.

sorry i misred the jsp thing. No probs with that if you dont wanna google post here i'll give ya the code.

and remember dude its nothin like spooning you. whenever we are in trouble we too seek opinion. May be some other day you too would be solving my asp.net queries.
 
Back
Top