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

please write java program of instanceOf keyword implementation

Answer Posted / dhanasekar

public class MainClass {
public static void main(String[] a) {

String s = null;
if (s instanceof java.lang.String) {
System.out.println("true");
} else {
System.out.println("false");
}
}

}

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what do you understand by the term string with respect to java?

977


Define inheritance?

963


What is computer compiler?

936


What does n mean in java?

923


What are synchronized blocks in java?

1063


How are observer and observable used in java programming?

965


What is finally in Java?

1011


What access modifiers can be used for class ?

973


What's the purpose of static methods and static variables?

1033


How do you invoke a method?

950


What is the maximum length of a url?

887


What are the important features of Java 8 release?

1025


What is the output of the below java program?

984


Difference between arraylist and vector.

1056


What is the current version of java?

976