What is the method to declare member of a class static?
No Answer is Posted For this Question
Be the First to Post Answer
What are the four versions of java?
1).what is the difference between below examples String s="vijay"; String s=new String("vijay");
12 Answers Mascon, Satyam, TCS,
Can you explain the final method modifier?
How to create an immutable class?
Which package has light weight components in java programming?
What is the meaning of variable in research?
What environment variables are required to be set on a machine in order to run Java programs?
What is the difference between static and non-static variables?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
How do you use compareto in java?
What is strings in java?
Can we split string with in java?