Enlist diffrent types of inheritance supported by java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
what is interface in java? Explain
Why stringbuilder is not thread safe?
What is a container in a gui?
Explain constructors and types of constructors in java.
What is the hashcode () and equals () used for?
What is OOP Language?
Which method must be implemented by all threads?
What is the difference between a method and a procedure?
Can a final variable be manipulated in java?
What is string pool in java?
What is a subsequence of a string?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
Why is string builder not thread safe?