provide-free-supporttag:blogger.com,1999:blog-5435275999753254489.post443124443199028985..comments2023-10-30T06:56:26.296-07:00Comments on Ujjwal's Blog: Execute .jsp from command line in javaAnonymoushttp://www.blogger.com/profile/05114450573216313353noreply@blogger.comBlogger2125tag:blogger.com,1999:blog-5435275999753254489.post-80026746122487491232008-10-14T09:00:00.000-07:002008-10-14T09:00:00.000-07:00Here is the answer to Jonathen’s query.1) int arra...Here is the answer to Jonathen’s query.<BR/><BR/>1) int arrayVariable[], intVariable1, intVariable2;<BR/>2) int [] firstArray, secondArray, thirdArray;<BR/><BR/>In the first case, only “arrayVariable” will be an array of int datatype and rest “intVariable1″ and “intVariable2″ are only variables of int.<BR/><BR/>Second case, all the three are array variables of datatype int.<BR/><BR/><BR/>Cheers!!!<BR/><BR/>Ujjwal B SoniAnonymoushttps://www.blogger.com/profile/05114450573216313353noreply@blogger.comtag:blogger.com,1999:blog-5435275999753254489.post-56595756173437006442008-10-14T08:59:00.000-07:002008-10-14T08:59:00.000-07:00Hello Ujjwal,I have a query.is there any differenc...Hello Ujjwal,<BR/><BR/>I have a query.<BR/><BR/>is there any difference in declaration of array<BR/>int a[];<BR/>int[] a; ?<BR/><BR/>Please Reply...<BR/><BR/>JonathenAnonymousnoreply@blogger.com