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 » Important

  • Diwali The Festival of Lights
    Diwali 2022, Indian Festival of Lights essay (दिवाली त्योहार पर निबंध, कहानी) Festival
  • Real life Inspirational Stories in Hindi | Success story in Hindi
    Real life Inspirational Stories in Hindi | Success story in Hindi Biography
  • Kishkindha Kand in Hindi | Ram meets Hanuman | किष्किंधा कांड
    Kishkindha Kand in Hindi | Ram meets Hanuman | किष्किंधा कांड Spiritual
  • Thomas Edison Biography in Hindi - थॉमस एडिसन जीवनी
    Thomas Edison Biography in Hindi – थॉमस एडिसन जीवनी Biography
  • Kishore Kumar Biography in Hindi | किशोर कुमार की जीवनी
    Kishore Kumar Biography in Hindi | किशोर कुमार की जीवनी Biography
  • Vat Savitri Vrat in Hindi, Vat Savitri Puja | वट सावित्री पूजा
    Vat Savitri Vrat in Hindi, Vat Savitri Puja | वट सावित्री पूजा Festival
  • International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं?
    International Nurses Day in Hindi | नर्स दिवस क्यों मनाते हैं? General Knowledge
  • Apj Abdul Kalam biography in Hindi, Life, Missile Man of India
    Apj Abdul Kalam biography in Hindi, Life, Missile Man of India Biography

Category: Important

Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge

Posted on November 18, 2022November 18, 2022 By GeekCer Education No Comments on Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge
Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge

In this article, we’ll go through the numerous similarities and differences between git merge and git rebase. If we discuss these two, there have been several discussions between the developers over these two. Can git merge do git rebase operations, for instance, or vice versa? Here, we describe what each one does and how it…

Read More “Difference between Git Merge and Git Rebase | Git Rebase vs Git Merge” »

Differences, Important

Mockito Framework Tutorial for Unit testing | Mockito unit testing spring boot

Posted on July 30, 2022November 18, 2022 By GeekCer Education No Comments on Mockito Framework Tutorial for Unit testing | Mockito unit testing spring boot
Mockito Framework Tutorial for Unit testing | Mockito unit testing spring boot

The Mockito Framework tutorial aims to teach basic and advanced Java-based mockito testing techniques for unit testing. Mockito is a well known open source framework for simulating objects in software testing. Mockito is a mocking framework which is used create test APIs that might be simple or complicated in order to unit test functionalities of…

Read More “Mockito Framework Tutorial for Unit testing | Mockito unit testing spring boot” »

Important, Spring, Spring Boot

DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार

Posted on May 7, 2022May 7, 2022 By GeekCer Education No Comments on DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार
DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार

What is DBMS in Hindi? DBMS प्रोग्रामों का समूह है जो आपको संबंधित डेटा के संग्रह तक पहुँचने में मदद करता है। डीबीएमएस का फुल फॉर्म Database Management System है। डेटा के इस संगठित (organized) संग्रह(collection) को डेटाबेस (Database) कहा जाता है। डेटाबेस सिस्टम का उद्देश्य क्या है? डेटाबेस सिस्टम का मुख्य उद्देश्य डेटाबेस जानकारी…

Read More “DBMS in Hindi | DBMS क्या है? | DBMS की विशेषताएं और प्रकार” »

Important

Java 11 new Features (With example Programs)

Posted on March 27, 2022May 4, 2022 By GeekCer Education No Comments on Java 11 new Features (With example Programs)
Java 11 new Features (With example Programs)

Several new features have been added to Java 11 to assist developers in avoiding boilerplate code and improving readability. Java 11 is the first Long Term Support (LTS) version following Java 8. Oracle discontinued supporting Java 8 in January 2019. Oracle, as we all know, releases a new Java version every six months. Java is…

Read More “Java 11 new Features (With example Programs)” »

Important, Interview, Java

Difference between Runnable and Callable in Java

Posted on March 22, 2022May 4, 2022 By GeekCer Education No Comments on Difference between Runnable and Callable in Java
Difference between Runnable and Callable in Java

Runnable and Callable are both useful for implementing multithreading. Runnable has been enhanced into Callable in Java 1.5. It’s important to understand that Tasks that will be executed by other threads are encapsulated using the Callable and Runnable interfaces. The java.util.concurrent package has a Callable. Runnable is available in java.lang.Thread. There are, however, some differences…

Read More “Difference between Runnable and Callable in Java” »

Differences, Important, Java

HTTP status codes List | Response Status Code Glossary

Posted on March 22, 2022March 22, 2022 By GeekCer Education No Comments on HTTP status codes List | Response Status Code Glossary
HTTP status codes List | Response Status Code Glossary

HTTP response status codes show whether or not a particular HTTP request (which is sent by the clients) was successfully completed. When a client sends a request to the server, the server responds with a status code. There are five groups or categories of HTTP response status codes. 1xx (100–199) Informative Response – Request has…

Read More “HTTP status codes List | Response Status Code Glossary” »

Important, JSP, Servlet, Spring, Spring Boot

Linux Commands With Example | Linux commands cheat sheet

Posted on March 19, 2022March 19, 2022 By GeekCer Education No Comments on Linux Commands With Example | Linux commands cheat sheet
Linux Commands With Example | Linux commands cheat sheet

The Linux Commands With Example is meant to help you learn commands quickly and receive all of the most often used commands today. Linux commands are now used in almost all IT businesses. Learning these commands will undoubtedly give you the confidence to operate on the Linux operating system. List of most widely used Linux…

Read More “Linux Commands With Example | Linux commands cheat sheet” »

Important

Git commands with example and git log, git bash, create repo

Posted on March 13, 2022March 13, 2022 By GeekCer Education No Comments on Git commands with example and git log, git bash, create repo
Git commands with example and git log, git bash, create repo

Git is a source code management program that can be managed by Git commands as well as Git graphical user interface tools. If you’re a developer, you might have to use Git today. We’ll talk about commands line tools in this article. What are Git Commands, and How Do we Use Them? List of git…

Read More “Git commands with example and git log, git bash, create repo” »

Important

Jenkins java | Installing Jenkins on Windows

Posted on March 4, 2022March 4, 2022 By GeekCer Education No Comments on Jenkins java | Installing Jenkins on Windows
Jenkins java | Installing Jenkins on Windows

Jenkins is a DevOps tool that is developed in Java and Jenkins is a free and open-source tool for continuous integration and deployment. Jenkins invites the developer to set up a continuous integration/continuous deployment (CI/CD) environment. It has version control technologies like Git, Maven, and others that may be used to control the version. In…

Read More “Jenkins java | Installing Jenkins on Windows” »

Important, Java

Visual Paradigm Online and integration with Visual Studio

Posted on March 3, 2022March 3, 2022 By GeekCer Education No Comments on Visual Paradigm Online and integration with Visual Studio
Visual Paradigm Online and integration with Visual Studio

Visual Paradigm is a tool for creating UML diagrams, ER diagrams, and other diagrams, as described on the official website. You’ll learn how to integrate Visual Paradigm (VP) with Visual Studio (VS) step by step in this post. We’ve included a screenshot for each step to assist you understand the integration. Click here to know…

Read More “Visual Paradigm Online and integration with Visual Studio” »

Important

Posts navigation

1 2 … 4 Next
  • National Farmers Day in Hindi | राष्ट्रीय किसान दिवस पर निबंध | चौधरी चरण सिंह जयंती
  • Human rights day in Hindi: 10 दिसंबर ह्यूमन राइट्स डे
  • Unicef day is celebrated on December 11 | Speech on unicef day
  • Indian Navy Day: जल सेना दिवस कब और क्यों मनाया जाता है?
  • P V Sindhu Biography in Hindi, Badminton, State, Caste पी. वी. सिंधु जीवन परिचय, कहानी, राज्य, जाति
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
  • OSI Model | 7 Layers of OSI Model in Computer network
    OSI Model | 7 Layers of OSI Model in Computer network, Functions Networking
  • Similarities and difference between OSI and TCP/IP model
    OSI vs TCP/IP Model, Similarities and difference between OSI and TCP/IP model Networking
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • IPv4 Vs IPv6 | Difference between IPv4 and IPv6
    IPv4 Vs IPv6 | Difference between IPv4 and IPv6 Differences
  • Difference between Internet and Intranet
    Difference between Internet and Intranet Differences
  • Network kya hai (नेटवर्क क्या है)
    Network kya hai (नेटवर्क क्या है) Networking
  • Difference between TCP and UDP
    Difference between TCP and UDP | TCP vs UDP examples 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