Originally posted by Deepika Wadhwa:
Hi all,
i have a basic confusion..
why does array index start from zero ?
is there any specific reasond this ?
thanx in advance
Deepika
Originally posted by Khurram Akhter:
I made an array
int []aa = { 1,5,2,6,7,9,8}
I want to sort this array with the help of for loop, so what
should i do now....
Originally posted by kumar abhay:
hi sir,
hope u r doin' fine .i m having some problems in the String data type of JAVA so plz help me out.The problem is given below:
Write a program to display a random choice from a set of six choice of (i.e breakfastApple,Orange,Grappes,Pineapple,Strawbery&Bannana)
i hope sir taht u will get me this answer asap.
i really appriaciate your concern
with regards
Kumar Abhay
Originally posted by Chris Ben:
Hi,
I am trying to convert a date string 12/01/01 to an instance and then retrieve the Month as the form of a word, as Dec. But I found the month fields in Date and Calendar classes are all interger. Is there a build-in function in java for me to do that?
Thank you.
Chris