@@ -249,9 +249,13 @@ What is Maven?
249
249
#Java Topics
250
250
- [ Abstract Class] ( docs/abstract-class.md )
251
251
- [ Arrays] ( docs/arrays.md )
252
+
253
+ #Java Interview Questions and Answers
254
+
255
+ ##Basics
252
256
- [ Basics of Objects and Classes] ( docs/basics-class-object.md )
253
- - [ Collections ] ( docs/collections .md )
254
- - [ Constructors ] ( docs/constructors .md )
257
+ - [ Variables - including initialization ] ( docs/variables-initialization-and-more .md )
258
+ - [ Operators ] ( docs/operators .md )
255
259
- [ Control Flow - If, Switch, for and while] ( docs/control-flow-if-switch-for-while )
256
260
- [ Enum] ( docs/enum.md )
257
261
- [ Exception Handling] ( docs/exception-handling.md )
@@ -260,19 +264,43 @@ What is Maven?
260
264
- [ Inheritance and Polymorphism] ( docs/inheritance-and-polymorphism.md )
261
265
- [ Initializers] ( docs/initializers.md )
262
266
- [ Inner Classes] ( docs/inner-class.md )
267
+ - [ String, String Buffer and String Builder] ( docs/string-and-string-buffer-builder.md )
268
+ - [ Wrapper classes] ( docs/wrapper-classes.md )
269
+ - [ Arrays] ( docs/arrays.md )
270
+
271
+ ##Access and Non Access Modifiers
263
272
- [ Class Access Modifiers - Default, Public, Private and Protected] ( docs/modifiers-class-access.md )
264
273
- [ Member Access Modifiers] ( docs/modifiers-members-access.md )
265
274
- [ Final Modifier] ( docs/modifiers-nonaccess-final.md )
266
275
- [ Static Modifier] ( docs/modifiers-nonaccess-static )
276
+
277
+ ##OOPS
267
278
- [ Object and its Methods] ( docs/object-methods.md )
279
+ - [ Inheritance and Polymorphism] ( docs/inheritance-and-polymorphism.md )
280
+ - [ Abstract Class] ( docs/abstract-class.md )
281
+ - [ Interfaces] ( docs/interfaces.md )
282
+ - [ Constructors] ( docs/constructors.md )
283
+ - [ Initializers] ( docs/initializers.md )
268
284
- [ More about OOPS] ( docs/oops-advanced.md )
269
- - [ Operators] ( docs/operators.md )
285
+ - [ Inner Classes] ( docs/inner-class.md )
286
+
287
+ ##Advanced Stuff
288
+ - [ Collections] ( docs/collections.md )
289
+ - [ Enum] ( docs/enum.md )
290
+ - [ Exception Handling] ( docs/exception-handling.md )
291
+ - [ Files] ( docs/file-io.md )
292
+ - [ Generics] ( docs/generics.md )
293
+ - [ Variable Arguments] ( docs/variable-arguments.md )
270
294
- [ Assert] ( docs/others-assert.md )
271
295
- [ Date and Calendar] ( docs/others-date-calendar.md )
272
- - [ Others] ( docs/others.md )
273
296
- [ Serialization] ( docs/serialization.md )
274
- - [ String, String Buffer and String Builder] ( docs/string-and-string-buffer-builder.md )
275
297
- [ Threads and Synchronization] ( docs/threads-and-synchronization.md )
276
- - [ Variable Arguments] ( docs/variable-arguments.md )
277
- - [ Variables - including initialization] ( docs/variables-initialization-and-more.md )
278
- - [ Wrapper classes] ( wrapper-classes.md )
298
+ - [ Others] ( docs/others.md )
299
+
300
+ #Frameworks
301
+ - [ Web Application Basics] ( https://github.com/in28minutes/BasicWebServletsIn28Minutes )
302
+ - [ Spring] ( https://github.com/in28minutes/SpringIn28Minutes )
303
+ - [ Spring MVC] ( https://github.com/in28minutes/SpringMvcStepByStep )
304
+ - [ Struts] ( https://github.com/in28minutes/Struts2StepByStep )
305
+ - [ Java EE Design Patterns] ( https://github.com/in28minutes/Java-EE-Design-Patterns )
306
+ - [ JPA/Hibernate] ( https://github.com/in28minutes/HibernateJPAStepByStep )
0 commit comments