What are the new features in java 8? Explain
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 an argument and a parameter?
Where are the card layouts used?
What exactly is methodology?
Is a boolean variable?
Can we declare variables inside a method as Final Variables?
Differentiate between vector and array list.
What is sorting in java?
Is 0 an even number?
Name few "optional" classes introduced with java 8 ?
What is charat ()?
Can a class have more than one object?