TODAY JAVA SCHOOL

In java school, programming, design, computer general knowledge, web application, software, web services, social media, digital marketing, oops, concept of programming language, oops feature, console media, graphics medium, first programming, c, c ++ , Java, PHP, SQL, MySQL, HTML, HTML_5, J_query, JavaScript, Bootstrap, Framework, images with logos, examples, shared and explained.

https://www.amazon.in/b?node=26373545031&linkCode=ll2&tag=1234567801cdb-21&linkId=3b9882431b00409b44141e0344b35a15&language=en_IN&ref_=as_li_ss_tl

Breaking

Monday, 13 April 2020

Collections In Java | Collections In Java Program | Collections In Java In Hindi

Collections in Java

The Collection in Java is a framework that provides an architecture to store and manipulate the group of objects.
Java Collections can achieve all the operations that you perform on a data such as searching, sorting, insertion, manipulation, and deletion.
Java Collection means a single unit of objects. Java Collection framework provides many interfaces (Set, List, Queue, Deque) and classes (ArrayList, Vector, LinkedListPriorityQueue, HashSet, LinkedHashSet, TreeSet).


Collection In Java Example


Fig: Collections In Java 


What is Collection in Java

A Collection represents a single unit of objects, i.e., a group.


   What is a framework in Java

  • It provides readymade architecture.
  • It represents a set of classes and interfaces.
  • It is optional.


What is Collection framework

The Collection framework represents a unified architecture for storing and manipulating a group of objects. It has:
1.    Interfaces and its implementations, i.e., classes
2.    Algorithm

No comments:

Post a Comment