What is the intersection and union methods?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }

0 Answers   HCL,


What is a condition in programming?

0 Answers  


why interaction with server using javascript is difficult

1 Answers  


What are the different ways of implementing thread? Which one is more advantageous?

0 Answers  


Where local and global variables are stored?

0 Answers  






How can you make sure that your singleton class will always return single instance in multi-threaded environment?

0 Answers  


What is unmodifiable list in java?

0 Answers  


Hi Every One I Have Small Doubt Please answer This???????????????????????????? I Want to use AbstractList class methods(java.util.AbstractList) My Program is import java.util.*; class DemoOne extends AbstractList { public static void main(String[] args) { AbstractList a=new DemoOne();//This One is Correct?? DemoOne a1=new DemoOne();//This One is Correct?? Both Are Not Working System.out.println("Hello World!"+a); System.out.println("Hello World!"+a1); } } Error IS: DemoOne.java:2: DemoOne is not abstract and does not override abstract method get(int) in java.util.AbstractList class DemoOne extends AbstractList AnyOne can Please Provide The Solution????????????????????????? Plzzzzzzz

3 Answers  


What are static blocks in java ?

0 Answers  


How will you compute size of a structure?

0 Answers   Amdocs,


Can we access instance variables within static methods ?

0 Answers  


what is use of marker interface? give me good example?

2 Answers  


Categories