Can set contain duplicates?
No Answer is Posted For this Question
Be the First to Post Answer
I need to know about complete topic in java's collections i with an examples
What are the advantages of encapsulation in java?
What are the 8 primitive data types in java?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
What is a Wrapper class?
what is java
What is basic syntax?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
What is Exception handling in Java How do you handle run time errors please explain with an example
What is difference between == equals () and compareto () method?
Which variables are stored in stack?
Does 'true' and 'false' are keywords?