Are primitives objects?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between this() and super()?
Can a double value be cast to a byte?
what is the diffrence between class and object?
Can a class be private or protected in java?
How is treeset implemented in java?
what is prepare statement? what is calabedtarement?
What is jvm? How its run?
aabccdee Find the used alphabets as abcde ?
Can we create an object of private class?
How many types of thread in java? give the name
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
what happens when we add the objects morethan the size limit to a hashmap