Skip to content

wecancodelive/java-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Practice

Covered Topics

Java

Refer URL for Java Main App

Goto Top

Algorithm

Goto Top

Design Pattern

Refer URL for Design Pattern

Goto Top

String

Refer URL for String

Goto Top

Exception

Refer URL for Exception

Goto Top

Collections-Map

Set

  • TreeSet - Sorting using Streams and TreeSet Sort
  • HashSet - Find duplicate items using HashSet

Refer URL TreeSetApp.java

Map

  • HashMap -Count number of letters in given string
  • TreeMap - Natural Sorting with Key value pair

Refer URL Map

Arrays

Refer URL Array

ArrayList

Refer URL Array List

Goto Top

Streams

Refer URL Stream

Goto Top

Lambda

  • lambda - Runnable and Thread

Refer URL Lambda

Goto Top

Serialization

  • Serialization & Deserialization
  • transient

Refer URL Serialization

Goto Top

Logical

Refer URL Logical

Goto Top

Solid

Refer URL SOLID

Goto Top