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

What are the Advantages of HashMap over Vector?

1 Answers  


How should a programmer decide whether to use a macro or a subroutine to accomplish a given logical function

1 Answers   R V College of Engineering, University of Jordan,


What is the requirement in MIMD ?

1 Answers   Honeywell,


the channel in the data communication model can be? option a.postal mail serv. b telephon lines c.radio signals d. all the above

2 Answers   iNautix, National Investment Commission,


Artficial language is provided which of the language?

3 Answers   Geometric Software,






What is web.configuration? how is it work? & wht is use this?

0 Answers  


what is the difference between java , sap ,.net , orecle apps ?

1 Answers  


One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)

0 Answers   Persistent,


What's the difference b/w Table & Templete in Smartform?

0 Answers   Accenture,


How do i find out the number of parameters passed into function?

0 Answers  


how to fin top two miximum values in sql? not 2nd both max value of 1st and 2nd both have to find out

0 Answers  


Can we write a method in JSP.If so how?

0 Answers   HCL,


Categories