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 many types of variables are there?



How many types of variables are there?..

Answer / Jeenat

In Java, there are primarily four types of variables: instance (non-static) variables, static variables, local variables, and array elements.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


What is difference between static variable and global variable?

1 Answers  


Hi Friends, can you give difference between extending thread class and implementing runnable interface.

4 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


What is clipping and repainting and what is the relation between them?

1 Answers  


What is the use of conditional statement?

1 Answers  


How can you share data between two thread in Java?

1 Answers  


Explain tree set and its features?

1 Answers  


What is the purpose of the system class in java?

1 Answers  


Why stringbuilder is not thread safe?

1 Answers  


What is the need of transient variables in Java ?

1 Answers   MCN Solutions,


What is meant by JVM ?

6 Answers  


Categories