Why do I need to declare the type of a variable in java?
No Answer is Posted For this Question
Be the First to Post Answer
long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?
Are constructors methods?
What is data movement?
what is synchronization and why is it important? : Java thread
What is hash table in java?
why interfaces are faster than abstract classes?
What is :: operator in java?
When is finally block not called?
What is main method?
what is difference between abstraction and interface?
What is collection class in java? List down its methods and interfaces.
Explain the use of sublass in a java program?