What is bubble sort in java?
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 number data type?
What are the Class Libraries ?
How many characters is 16 bytes?
what are the difference between Java and .Net?
Can we create an object of static class in java?
can abstract class have constructor how can you achive this ?
Can we override protected method in java?
Is final static java?
Can you call a method in a method?
Is ++ operator is thread safe in java?
Is class forname reflection?