Skip to content
  • Facebook
GeekCer Logo

GeekCer

The geek's Coding education and Review centre

  • Home
  • Tutorials
    • Java
    • Servlet
    • JSP
    • Python
    • C Tutorial
    • Spring
    • Spring Boot
    • MongoDB
    • Hibernate
    • Data Structure
  • General Knowledge
  • Biography
  • Grammar
  • Festival (त्योहार)
  • Interview
  • Differences
  • Important
  • Toggle search form

Home » Thread Safe

  • Linear search algorithm | Linear search program in C, Example
    Linear search algorithm | Linear search program in C, Example Data Structure
  • Python Tuple and Basic Tuple Operations with Examples
    Python Tuple and Basic Tuple Operations with Examples Python
  • Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti
    Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti Biography
  • Concurrent collections in Java, details, advantages, examples
    Concurrent collections in Java, details, advantages, examples Java
  • Agile Methodology of Software Development
    Agile Methodology of Software Development Important
  • File Handling in C with examples | File Operations in C
    File Handling in C with examples | File Operations in C C Language
  • Iterate Map in Java
    Iterate Map in Java Java
  • Difference between StringBuffer and StringBuilder
    Difference between StringBuffer and StringBuilder Differences

Tag: Thread Safe

Stack Vs Heap in Java | Memory Allocation Section in Java

Posted on November 1, 2021May 4, 2022 By admin No Comments on Stack Vs Heap in Java | Memory Allocation Section in Java
Stack Vs Heap in Java | Memory Allocation Section in Java

Stack memory and heap memory (Stack Vs Heap) are two crucial parts of programming that help us to ensure that our application makes efficient use of memory. We’ll talk about which information stack stores and which information heap stores and We’ll go through the difference between stack and heap also in depth in this section….

Read More “Stack Vs Heap in Java | Memory Allocation Section in Java” »

Differences, Interview, Java

Importance of Thread Synchronization in Java

Posted on September 2, 2021October 4, 2021 By admin 2 Comments on Importance of Thread Synchronization in Java
Importance of Thread Synchronization in Java

Thread synchronization prevents another thread from accessing an item that is currently being worked on by another thread. If thread T1 is working on object O1, we prohibit thread T2 from accessing object O1 during the thread synchronization procedure. Thread synchronization is all this is. The “synchronized” modifier is used to establish synchronization. It only…

Read More “Importance of Thread Synchronization in Java” »

Java

Multithreading in java

Posted on September 1, 2021October 23, 2021 By admin No Comments on Multithreading in java
Multithreading in java

A multithreading in Java is a concept where we split a program into two or more sub-programs and execute them at the same time. If we take real world example, we can assume that there is a task which we divide into sub tasks and assign them to different people for execution independently and simultaneously….

Read More “Multithreading in java” »

Java

Difference between StringBuffer and StringBuilder

Posted on August 27, 2021October 20, 2021 By admin No Comments on Difference between StringBuffer and StringBuilder
Difference between StringBuffer and StringBuilder

Both classes are mutable in nature, so you can use them when you need to do a lot of modifications to a string of characters. In this section we will see the difference between StringBuffer and StringBuilder. What are StringBuffer and StringBuilder? StringBuffer in Java The StringBuffer class in Java is mutable and there are…

Read More “Difference between StringBuffer and StringBuilder” »

Differences, Java

Immutable class in Java | How to create Immutable class in Java

Posted on August 14, 2021February 7, 2022 By admin No Comments on Immutable class in Java | How to create Immutable class in Java
Immutable class in Java | How to create Immutable class in Java

Immutable class in java means that once we create an object of class we cannot change the content of that object. If someone is trying to change the contents a new object will be created. Immutable objects are mainly useful in concurrent applications. They cannot be corrupted by thread intervention or seen in an inconsistent…

Read More “Immutable class in Java | How to create Immutable class in Java” »

Important, Java, Programs

Recent Posts

  • Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti
  • Structured Vs Unstructured Data in Hindi | Key Difference
  • Jhansi Ki Rani Lakshmi Bai History, Story, Information in Hindi
  • Elon musk Hindi : एलन मस्क हिंदी में, Autobiography,  Net Worth
  • World Environment Day in Hindi : Objective, Importance, Theme
  • Thomas Edison Biography in Hindi – थॉमस एडिसन जीवनी
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
  • Fork/Join Framework in Java | RecursiveTask, RecursiveAction
  • Linear search algorithm | Linear search program in C, Example
    Linear search algorithm | Linear search program in C, Example Data Structure
  • Python Tuple and Basic Tuple Operations with Examples
    Python Tuple and Basic Tuple Operations with Examples Python
  • Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti
    Maharishi Valmiki in Hindi, Biography, Dacoit Ratnakar, Jayanti Biography
  • Concurrent collections in Java, details, advantages, examples
    Concurrent collections in Java, details, advantages, examples Java
  • Agile Methodology of Software Development
    Agile Methodology of Software Development Important
  • File Handling in C with examples | File Operations in C
    File Handling in C with examples | File Operations in C C Language
  • Iterate Map in Java
    Iterate Map in Java Java
  • Difference between StringBuffer and StringBuilder
    Difference between StringBuffer and StringBuilder Differences
  • Java Tutorial
  • Servlet Tutorial
  • JSP Tutorial
  • Maven Tutorial
  • HTML Tutorial
  • Programs
  • Hindi/English Grammar
  • Difference Between ... and ...
  • HR Interview
  • Important Articles

Write to Us:
geekcer.code@gmail.com

  • About Us
  • Privacy and Policy
  • Disclaimer
  • Contact Us
  • Sitemap

Copyright © GeekCer 2022 All Rights reserved