What is the finalize method do?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about procedural programming language or structured programming language and its features?
Explain the difference between a Thread and a Process.
How to write custom exception in java?
What is keyword in oop?
Why hashset is used in java?
which method throws exception of type Throwable
Can you give few examples of final classes defined in java api?
I have a class which is abstract which contains only the abstract methods. This is similar to an interface. Then, if i have given a choice to choose one of them. Which one i have to choose and why?
whats string ?
class A{ class B{ } } in which name u save the file,its the program compile?
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
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?