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

List and explain any five built in functions for Lists data type in python

1 Answers   Peerless,


what is posix?

1 Answers   HCL,


what is the maximam caption size of lebel

1 Answers  


which one is the best practice using synchronization method or synchronization block

1 Answers   TCS,


How do you initialize a static member of a class with return value of some function?

0 Answers   Yahoo,






Find out the list of authorization objects which contains activity as a field? Thanks in advance.

0 Answers  


When we delete logfiles such as screenshots how does it affect the ldf file? Ive seen huge change while adding screenshots in the ldf file but a very minor one deleting them.Please Explain

0 Answers  


how to invoke the macro in another macro?

1 Answers   Accenture,


HOW TO BREAK THE FIREWALL?

0 Answers   ME,


what is session state?

0 Answers   HCL,


what is the software to run the GSM gate opener program

0 Answers  


Indentify the essential difference between GUI and a command line operating systems?

1 Answers   Deloitte, Infosys, Wipro,


Categories