What is wrapper class example?
No Answer is Posted For this Question
Be the First to Post Answer
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
Why are pointers not secure?
How do you find the independent variable?
How to avoid the runtime exception ?
How do you use, call, and access a static method in Java?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
Explain scope or life time of local variables in java?
Can we extend private class in java?
What do you mean by platform independence?
What is an anonymous class?
tell me some common