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
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 |
Answer / p.krishanamiorthy
private void populateStringArray()
{
toppings[0] = "Che";
toppings[1] = "Pep";
toppings[2] = "Black
";
// ...
Is This Answer Correct ? | 0 Yes | 0 No |
please any one pass file aid,xpeditor and endeavor tools
what is difference between scripts, smartforms and adobe forms
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
what is the difference between Windows application and Unix application?
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)
what is log files in qtp what is use
What language / script is used to validate web page
What is procedural oriented language language..? give some examples of this language....?
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
what is page hit in operating system?
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.
What is Negative testing?