set :-
set have only values,and it dont allows duplicate values.set allows original values.
map:-
map have keys and values.if we know keys,and autometically knows to values.
Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.
JTextField is a one-line text box, while JTextArea can be set to span multiple lines of input.
JVM Stands for Java Virtual Machine. JVM is the virtual machine in which a java program gets executed. JRE stands for Java Runtime Environment. JRE is the runtime set up that is required by the JVM to execute java programs. JDK stands for Java Development Kit. JDK is the basic software that gets downloaded from sun's java website if anyone wants to use java.
A map is a data structure that has a key set that "maps" onto a data set. Thus, the keys can be used to access the data. It is really similar to tables in real life with one column as the keys and one column as the data.
A Java set is a collection of things that do not contain duplicate elements. Duplicates are prohibited from Java sets.
None. A set is a collection and a collection is a set.
In Python, the difference between two sets is the elements that are present in one set but not in the other set.
In Java programming language, an algorithm refers to a sequence of instructions that have been specified to undertake a particular task within a certain time. An algorithm can take no or several inputs but will generate at least one output.
there is a huge difference. :)
The difference between the greatest and least numbers in a set of data is called the range.
A List is an ordered collection of elements. A Set is a collection of unique elements. Sets should be used when you want to store objects without duplicates. Lists should be used any time you need to store an unknown number of objects.
The difference between the largest and smallest numbers in a data set is called the range.