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 is meaning of MDM in sap?let me know that meaning

0 Answers  


Diff.b/w Frames and container?

1 Answers   Tech Mahindra, Wipro,


73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.

1 Answers  


cgi stands for

2 Answers   CGI,


what is microprocessor?

1 Answers   HCL,






what are the difference between C,C++and Java

1 Answers   Wipro,


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

1 Answers   Deloitte, Infosys, Wipro,


Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,

0 Answers   Indian Overseas Bank,


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

0 Answers   HTC,


I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.

2 Answers  


in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'

0 Answers   Infosys,


iam confused to choose among testing, .net and java can anybody help me????????

0 Answers  


Categories