Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

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.

930


Suppose server object is not loaded into the memory, and the client request for it , what will happen?

2624


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.

1068


8.In DSP,Define Signal and System?and various type of signals.

1992


what is the diffrence between software and hardware language?

2264


Please describe an example where you used object orientation in one of your programs.

1922


How to set fixed width in particular in html? if i type more character in this it will not push near . this is my question. can u tell me the answer...

2509


Write a program to find whether a given number is prime or not.

977


why we use abstract in awt?

1973


What is WEB 3.0? What are the features their in WEB3.0

2071


WHat is execution in manual testing and when will we start execution and what language we use in execution

1896


how can i split string in a textbox in windows appication using C#.net

2695


what is the use of occurs 10 or (any number) in the internal table declaration with header line.

1883


What is the first message line that any language learning prints on the screen? and why?

2098


what is delegate and how works delegate and event.

2157