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

why should i hire u

16 Answers   Google, Satyam,


what is the difference between an OS(operating system) and Framework?

1 Answers  


how we can know the funcions available in a class recording java?

1 Answers  


how to add Servlet-api.jar file into eclipse 3.3.2 ?

1 Answers   IBM,


What is the purpose of <Trigger> element of <updatePanel> in Ajax

1 Answers  


Fortran cannot have value by reference True or False?

2 Answers   Geometric Software,


Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.

1 Answers   TCS,


Who is the Best SAS/Clinical Trainer in Hyderabad

1 Answers  


What is the difference between COM and CORBA?

1 Answers   Yahoo,


swap two number wthout using third variable

4 Answers   eClerx,


public static void main(String args[]) describe it

1 Answers  


what is fisrt female program

1 Answers  


Categories