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 2942StringBuilder 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 6847I 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 5646Hai 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 4608when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service
4 5930I 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 6884
What are scriptlets?
What is mean by collections in java?
Write a factorial program using recursion in java?
What is function and method in java?
What is the difference between heap and stack memory?
What is the main function in java?
Which java collection does not allow null?
Why set is used in java?
What is meant by distributed application? Why are we using that in our application?
Difference between collection, collection and collections in java?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
what is recursion in java
What are different types of arrays?
What is the syntax and characteristics of a lambda expression? Explain
What is the difference between jfc & wfc?