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 » Data Types

  • 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: Data Types

Python Variable and Python Datatype

Posted on September 30, 2021October 4, 2021 By admin No Comments on Python Variable and Python Datatype
Python Variable and Python Datatype

A python datatype is a core feature of the language, and a python variable is the name of the memory location where the value is stored while the program is running. We will go through the python variable, variable name, and python datatypes in depth in the article Python Variable and Python Datatype. Python Variable…

Read More “Python Variable and Python Datatype” »

Python

JSON The Data Interchange Standard Format

Posted on September 20, 2021October 4, 2021 By admin No Comments on JSON The Data Interchange Standard Format
JSON The Data Interchange Standard Format

JSON is a lightweight data format in which we store information in an organized manner. We can access the data JSON format easily. The full form of JSON is JavaScript Object Notation. The JSON text format does not depend on any programming language. It is programming language independent. We can use this data format in…

Read More “JSON The Data Interchange Standard Format” »

Important

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

Data Types in Java

Posted on August 14, 2021October 11, 2021 By admin
Data Types in Java

Data Types in Java represents the nature of data to be stored in memory. In other words, it specifies size and value that can be stored in the variable. For example, a variable var can store an integer value like 100. int var = 10; Data Type group In group, there are two types of…

Read More “Data Types in Java” »

Java

Variables in Java

Posted on August 13, 2021October 11, 2021 By admin
Variables in Java

Variables in Java is the name you give to the memory area that holds the value during the execution of the Java program. You can use both the “field” as well as “Variable” in the in the programming language. A program generally acts on data, processes it, and provides the results. So data and data…

Read More “Variables in Java” »

Java

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