What is the difference between access specifiers and access modifiers in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is length in java?
What are E and PI?
What is the difference between this() and super()?
How HashMap implemented in java? how it internally works when values are added or searched from hashMap?What is the difference betweenthe implementation of hashmap and Linked Hashmap?
Can we inherit the constructor in a Class?please give one example.
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
What is the difference between compile-time polymorphism and runtime polymorphism?
Give a briefing on the life cycle of a thread.
What is the super void?
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
How can we create a object of a class without using new operator.
What is downcasting?