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??
1 3917StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?
HCL,
6 8976I have one Shopping cart application, i that i have selected some items, while clicking submit button by mistake i have clicked twice or trice, that time items are selected twice or trice. Actually i want only one copy of items but its selected twice or trice. So how can we avoid this problem?
2 6847Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.
4 6087How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size
6 10977when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
4 7515I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
2 8016
What is the properties class in java programming?
Explain about instanceof operator in java?
What is the difference between array and array list in java?
Define packages in java?
Explain oops concepts in detail?
Is it safe to install java on my computer?
What is the difference between the prefix and postfix forms of the ++ operator?
Tell us something about different types of casting?
Is static a singleton?
What is difference between array and vector?
What is java in layman terms?
Where can I find jdk in my computer?
Why we override equals() method?
Why synchronization is important in java?
When is the arraystoreexception thrown?