Define array. Tell me about 2-D array.
No Answer is Posted For this Question
Be the First to Post Answer
what is singleton class in java?
What is the main purpose of java?
What is a predicate method?
Explain Big-O notation with an example
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??
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
List the three steps for creating an object for a class?
Which java ide is used the most?
What is meant by bytecode?
Which is better arraylist or vector?
What is meant by interface?
Can we inherit a class with private constructor?