Can static method access instance variables ?
No Answer is Posted For this Question
Be the First to Post Answer
static inner classes means..?
Howmany number of objects we can store in an ArrayList. Is there any limit?
Can we pass a primitive type by reference in java? How
What methods are called, When we navigate from one applet to another applet?
In a container there are 5 components. I want to display all the component names, how will you do that?
How many types of methods are there in java?
What is the purpose of the File class?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is the final access modifier in java?
Explain about strings in java?
How can be define MARKER interfce in java