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

explain System.out.println

Answer Posted / indranil singha

class Indranil{
void prin(){
System.out.println("Indra");
}

}
class Indra{
static Indranil ob=new Abc();
}
class Test{
public static void main(String args[]){
Indra.ob.prin();
}
}

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different data types?

1079


Can size_t be negative?

1244


What is map and hashmap in java?

1117


What is the difference between abstract classes and interfaces?

1082


What is definition and declaration?

1063


Give example to differentiate between call by value and call by reference.

1108


Can we rethrow the same exception from catch handler?

1172


Can interface be private in java?

1068


What is java util?

1069


What is java autoboxing?

994


What happens when a thrown exception is not handled?

1197


How does list work in java?

967


What is communist flag?

1066


What is callable java?

1034


Are arrays dynamic in java?

1085