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...

how to print the below in java?
* *
* *
*
* *
* *

Answer Posted / kickme

public static void main (String arg[]) {
System.out.println(" * * ");
System.out.println(" * * ");
System.out.println(" * ");
System.out.println(" * * ");
System.out.println(" * * ");
}

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we have more than one package statement in source file ?

960


What is finalize() function in java?

955


What is the purpose class.forname method?

915


What is the declaration statement?

887


What is mean by encoding?

1020


What environment variables are required to be set on a machine in order to run Java programs?

1112


how does multithreading take place on a computer with a single cpu? : Java thread

1081


What one should take care of, while serializing the object?

849


Is an object null?

908


Is 64bit faster than 32 bit?

1012


How does queue work in java?

934


Explain scope or life time of local variables in java?

966


What is the difference between arraylist and hashset in java?

1054


Define an abstract class with reference to java.

944


What is runtime locatable code?

1362