Explain java thread life cycle.
No Answer is Posted For this Question
Be the First to Post Answer
my method "abc" return array of interface "xyz" and "pqr" is abstract class implements abc and class "jkl" extends pqr My problem 1) when i call abc it retrun array xyz how can i do this hint xyz refer_xyz = new jkl(); but i can't create array. 2)I want to access method of jkl using reference of xyz??
What is the difference between super class & sub class?
What state does a thread enter when it terminates its processing in java programming?
What if constructor is protected in java?
Explain the difference between map and flatmap stream operation?
Explain the reason behind ending a program with a system.exit(0)?
How can final class be used?
What happens if we override private method?
What is a programming object?
How can we create a synchronized collection from given collection?
please send me hr interview questions in it industry
Explain with example the concept of constant variable in java.