What are different types of encoding?


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

Post New Answer

More Core Java Interview Questions

If an application has multiple classes in it, is it okay to have a main method in more than one class?

0 Answers  


What is diffrance between FINALIZE() & FINALLY ?

2 Answers   Infosys,


for what purpose we use applets ?

3 Answers   Mindlogicx,


What is a 16 bit word?

0 Answers  


Which eclipse is best for java?

0 Answers  






Explain public static void main(string args[]) in java.

0 Answers  


what invokes a threads run() method? : Java thread

0 Answers  


What is the Concept of Encapsulation in OOPS

0 Answers   HCL,


Tell me the latest versions in java related areas?

0 Answers  


What is the specification of ?CODEBASE? in an applet?

1 Answers  


What is the major difference between linkedlist and arraylist?

0 Answers  


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?

3 Answers  


Categories