4.Write a program to get the string in array and print that?
or
Without using loop print the array.
Answer Posted / 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 |
Post New Answer View All Answers
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.
Suppose server object is not loaded into the memory, and the client request for it , what will happen?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
8.In DSP,Define Signal and System?and various type of signals.
what is the diffrence between software and hardware language?
Please describe an example where you used object orientation in one of your programs.
How to set fixed width in particular
Write a program to find whether a given number is prime or not.
why we use abstract in awt?
What is WEB 3.0? What are the features their in WEB3.0
WHat is execution in manual testing and when will we start execution and what language we use in execution
how can i split string in a textbox in windows appication using C#.net
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
What is the first message line that any language learning prints on the screen? and why?
what is delegate and how works delegate and event.