What do you mean by static variable?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between object instantiation and construction ?
which one the better thread emplemented thread or extended ?
Where is stringbuffer stored?
Difference between a process and a program?
How to perform bubble sort in java?
Can a class have a static inner class?
Can a static block throw exception?
Can we have more than one package statement in the source file?
What is OOP Language?
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
How will you measure that int takes up only 32 bits in memory?
What is the concept of multithreading?