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 are the difference between C,C++and Java
Write a program to read and print a text file on screen
What are data structures?
why main() method should not return any value
Explain polymorphism. Provide an example.
What Is The Difeerence Between C & C++
what are other resources are needed for this mantis?
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
In Java what is the difference between following two statements ? int a[],b; int []a,b;
if heap sort contains n elements, no of comparsions required are
what is the difference between uservariables and systemvariables (in Environmental variables)???
why we use abstract word in abstract window toolkit in java language.