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


What is static variable and static method?

Answers were Sorted based on User's Feedback



What is static variable and static method?..

Answer / aravind

a variable declared inside a method is local to that method.
it can't be accessed outside the method. if a variable
declared in a class means its a global variable.if we
declare a variable with static keyword in a class means it
can be accessed by all the class.

Is This Answer Correct ?    18 Yes 22 No

What is static variable and static method?..

Answer / ravikiran(aptech mumbai)

static variable is a class variable which value remains
constant for the entire class
static method is the one which can be called with the class
itself and can hold only the staic variables

Is This Answer Correct ?    43 Yes 63 No

Post New Answer

More Core Java Interview Questions

How can we achieve IPC in JAVA?

1 Answers   Wipro,


what happens when we add the objects morethan the size limit to a hashmap

1 Answers  


Will the compiler creates a default constructor if I have a parameterized constructor in the class?

0 Answers  


What's the base class in java from which all classes are derived?

0 Answers  


What is the purpose of an interface?

0 Answers  


How to check if a list is sorted in java?

0 Answers  


What are the 6 mandatory procedures for iso 9001?

0 Answers  


Why is string builder not thread safe?

0 Answers  


Write a function for palindrome and factorial and explain?

0 Answers   Honeywell, Huawei, Zomato,


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


class{ ... ... interface myinterface{ ... ... } abstract class{ .. .. } ... .. .. } is this possible to write "Interface and/ or Abstract class inside a class ? if possible whcich one is possible is only interface? is only abstract?

2 Answers   Logica CMG,


What is argument in java?

0 Answers  


Categories