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 |
what is oops?
1.what is the vesition managment.
how many keywords are present in "c"?
18 Answers Assurgent, Cynosure Software, IBM,
what are wrapper classes
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
what are the things i had to say in personal introduction in hr round mail me to prasanna.1867@rediff.com
is try block possible without catch block?
Tell me the jobs for the MCA Fresher in delhi, Noida..
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?
0 Answers DST Global Solutions,
What are the other ways to create an object with out calling new keyword in java?
which property is used to display the advertisements with adrotator control
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?