4.Write a program to get the string in array and print that?
or
Without using loop print the array.

Answers were Sorted based on User's Feedback



4.Write a program to get the string in array and print that? or Without using loop print the array..

Answer / veerendra kumar

String[]java={"jse","jee","jme"};
//here Arrays class it is in util package to allow multiple
strings for print
System.out.println(Arrays.toString(java));

Is This Answer Correct ?    0 Yes 0 No

4.Write a program to get the string in array and print that? or Without using loop print the array..

Answer / p.krishanamiorthy

private void populateStringArray()
{
toppings[0] = "Che";
toppings[1] = "Pep";
toppings[2] = "Black
";

// ...

Is This Answer Correct ?    0 Yes 0 No

4.Write a program to get the string in array and print that? or Without using loop print the array..

Answer / srigar s

Search the various example in the google

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Programming Languages AllOther Interview Questions

please any one pass file aid,xpeditor and endeavor tools

0 Answers  


what is difference between scripts, smartforms and adobe forms

5 Answers  


If i have a dataset queried from Sql and I would like to insert the dataset into a specific node in an xml document how do I do this

0 Answers   SGT,


what is the difference between Windows application and Unix application?

0 Answers   Satyam,


Write a program to calculate the following i want a Java program for this condition 1+4+9+16+….+100 Like this (1^2+2^2) Hint use function pow(a,b)

4 Answers   HTC,


what is log files in qtp what is use

0 Answers   HSBC,


What language / script is used to validate web page

3 Answers  


What is procedural oriented language language..? give some examples of this language....?

0 Answers  


What is easiest way to get the PL/i compiler,I didn't have found the compiler in my library. Is there any extra cost if we want to access the PL/1 programs?Actually we r having Mainframe rented training Ids

0 Answers  


what is page hit in operating system?

5 Answers   TCS,


WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.

0 Answers  


What is Negative testing?

0 Answers  


Categories