What is meant by vector class, dictionary class, hash table class, and property class?


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

Post New Answer

More Core Java Interview Questions

Is null or empty java?

0 Answers  


How do you allocate memory to object?

0 Answers  


What is formatted output in java?

0 Answers  


What is meant by string is immutable?

0 Answers  


What is the main purpose of serialization in java?

0 Answers  


In Java, what types of classes perform inheritance?

2 Answers  


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 Answers   Rolta, TCS,


what is the difference b/w design pattern and architecture

4 Answers   Covansys,


Can string be considered as a keyword?

0 Answers  


Can we sort a map in java?

0 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


Give the difference between the println method and sqrt method?

0 Answers  


Categories