0% found this document useful (0 votes)
17 views

Topics: Java Collection Framework

This document lists various topics related to Java programming including the Java Collection Framework, threading concepts, String handling, OOP principles, J2EE concepts like servlets and JSP. It covers common collections like ArrayList and LinkedList, maps like HashMap and TreeMap, and threading topics such as synchronization, priorities, and wait/notify. OOP principles around inheritance, polymorphism, encapsulation and abstraction are mentioned along with interfaces. Servlet and JSP concepts such as session management, URL rewriting, filters, actions and tags are also included.

Uploaded by

SettiNagaraju
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views

Topics: Java Collection Framework

This document lists various topics related to Java programming including the Java Collection Framework, threading concepts, String handling, OOP principles, J2EE concepts like servlets and JSP. It covers common collections like ArrayList and LinkedList, maps like HashMap and TreeMap, and threading topics such as synchronization, priorities, and wait/notify. OOP principles around inheritance, polymorphism, encapsulation and abstraction are mentioned along with interfaces. Servlet and JSP concepts such as session management, URL rewriting, filters, actions and tags are also included.

Uploaded by

SettiNagaraju
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Topics:

Java Collection Framework:


1) ArrayList
2) LinkedList
3) HashSet
4) TreeSet
5) HashMap
6) TreeMap
7) Stack
8) Queue
9) LinkedHashMap
10) LinkedHashSet
11) Deque
12) Vector
13) Hashtable
Threading:
14) Thread Synchronization
15) Thread Priorities
16) wait(), notify(), notifyAll()

String:
18) StringBuffer
19) StringBuilder
OOPS:
20) Inheritance
21) Polymorphism
22) Encapsulation
23) Abstraction
24) Interface
J2EE:
25) ServletConfig and ServletContext
26) Session Management in Servlet
(Session, Cookies)
27) URL-Rewriting

28)
29)
27)
30)
31)
32)

Filters in Servlet
JSP Actions
JSP Tags
JSP Custom Tags
JSEL
JSTL

You might also like