Can we have multiple classes in single file ?
No Answer is Posted For this Question
Be the First to Post Answer
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
What are the advantages of exception handling in java?
How hashmap increases its size in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What is space character in java?
Does any tag exists in HTML to upload and download files ?
why abstract class does not have object creation
what are variables in java
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?
Which sort is best in java?
What is boolean strategy?
Does java map allow duplicates?