[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Discussion :: Java

10. What is the difference between static and non-static variables?

Answer:

'static' is a keyword available in Java. The variable that is declared as static, is called as class variable. All instances share the same copy of the variable.



Eg.: static int y=1;



 

Asked In :: iGate Syntel Inc. Accenture

Post Your Answer Here:

Name *
Email
Alert me

Post Your Reply Here:

Report Error

Please Login First Click Here