What does sizeof return?
No Answer is Posted For this Question
Be the First to Post Answer
Can we override private constructor in java?
What is the collections api in java programming?
What are different types of access modifiers?
Give me example of derived data types.
I 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?
whats the difference between == and .equal ?
What is the advantage of OOP in java?
Explain different forms of polymorphism?
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??
Can we cast any other type to boolean type with type casting?
Is it possible to specify multiple jndi names when deploying an ejb?
. Explain Java String Pool.