answersLogoWhite

0

The Java Collection interface is the superinterface for any class in Java which represents a group of objects.

Some types of collections:

  • Dequeues
  • Lists
  • Maps
  • Queues
  • Sets
  • Stacks
  • Vectors
User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is c an object oriented programing language?

C language is not a program, and it isn't an object-oriented language either.


Is c programing a procedure oriented programing?

yes


What is object oriented para diagram?

There are two types of languages. Procedure oriented language and object oriented langugae. An object oriented langugae is quite impresses from real world environment. it says that for example a classroom is full with chairs then that class is a class of object oriented and those chairs are object... Basically this makes programing very easy and short... Hope this answer was of some help...


Why study c plus plus programming?

we are using c plus plus programming for developing object oriented programing software.


What is the difference structured programming language and java?

There is no difference between procedural programing language & structure programing language


What is Data Hiding in VBNET?

Data hiding is used method used in Object-Oriented programing to hide information within computer code


What are the three major hardware components of a computer?

the three major hardware components of a computer are primary memory, secondary memory and object oriented programing.


Is vbnet a SOA programming language or Object Oriented Programming Language?

Visual Basic is an Object oriented programing language, like C++. A good example of an SOA program language is C#. can you explain with reasons........? i agree with you .... I want to confirm the reason why it is so ...


What is the first object oriented programing language?

Smalltalk was the language created as a proof-of-concept implementation of the object-oriented programming paradigm.


What is java is so popular?

java is a machineindependent programming language. It is simple. Only java supports applets and servelets . It is completely object oriented and highly secure . It contains threads that can programing easily.


Is c is complete object oriented programming language?

No. C is not object oriented. C++ is object oriented.


Why java know as true object oriented language?

Java is not a true object-oriented language.One of the requirements for such a title is that everything must be an object. Java contains non-object primitive values (such as int, float, boolean, etc.).