Skip to content
View Jayeshsarvade's full-sized avatar
  • Wipro Technologies LTD
  • pune
  • 18:24 (UTC -12:00)

Block or report Jayeshsarvade

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Collection_Framework Collection_Framework Public

    This project is a complete reference to Java’s Collection Framework, covering all major interfaces and classes such as List, Queue, Set, Map, HashMap, LinkedList, ArrayList, TreeSet, PriorityQueue,…

  2. Java_8_Features Java_8_Features Public

    Java 8 features project with practical coding examples covering Lambda Expressions, Functional Interfaces, Stream API, Date-Time API, Method & Constructor References, Default & Static Methods in In…

  3. Kafka_Project Kafka_Project Public

    This project demonstrates the implementation of a Microservices architecture using Apache Kafka as the core messaging system. It showcases how different services can communicate asynchronously usin…

  4. String-StringBuilder-StringBuffer String-StringBuilder-StringBuffer Public

    A simple Java project demonstrating the differences between String, StringBuilder, and StringBuffer — covering immutability, mutability, synchronization, and performance.

  5. Builder_Patterns_In_Java Builder_Patterns_In_Java Public

    A Java project demonstrating key Creational, Structural, and Behavioral Design Patterns, including Abstract Factory, Adapter, Builder, Iterator, Observer, Prototype (Shallow & Deep Copy), Singleton…

  6. JAVA_Multithreading JAVA_Multithreading Public

    A comprehensive Java multithreading project showcasing core concurrency concepts. Includes thread creation, Runnable, anonymous classes, synchronization, wait/notify, thread pools, executors, block…