Is the milky way in a void?
No Answer is Posted For this Question
Be the First to Post Answer
What is Generic in java? Where can we write Generic ( class or method or objects or etc...)? with simple example? Thanks, Bose.
2 Answers Infosys, Tech Mahindra,
Why are inner classes required?
Explain about main() method in java ?
What is UNICODE?
what is bytecode ?explain in detail and watz the difference between bytecode and machine code?
please tell me what is wrapper class in java with example ?
What is the += operator called?
What is an immutable class?
Can a constructor call the constructor of parent class?
What is the replace tool?
How do constructors use this() and super()?
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible