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 » Page 4

  • Different Types of Loans in India, Eligibility, Documents, Benefits
    Different Types of Loans in India, Eligibility, Documents, Benefits Important
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • Aranya Kand with Hindi Meaning | अरण्यकाण्ड | सीता हरण
    Aranya Kand with Hindi Meaning | अरण्यकाण्ड का अर्थ | सीता हरण Spiritual
  • Real life Inspirational Stories in Hindi | Success story in Hindi
    Real life Inspirational Stories in Hindi | Success story in Hindi Biography
  • Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया
    Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया General Knowledge
  • Kumkum Bhagya Hindi TV Serial, Cast Name, Actress Name
    Kumkum Bhagya Hindi TV Serial, Cast Name, Actress Name News
  • जन्माष्टमी व्रत पूजा विस्तार से | दही हांडी | Krishna Janmashtami Puja
    जन्माष्टमी व्रत पूजा विस्तार से | दही हांडी | Krishna Janmashtami Puja Festival
  • Loop in Java
    Loop in Java, Looping statements in java (for, while, do..while) Java

Category: Important

Digital Marketing in Hindi (डिजिटल मार्केटिंग क्या है?) | डिजिटल मार्केटिंग का महत्व

Posted on September 14, 2021May 19, 2022 By GeekCer Education No Comments on Digital Marketing in Hindi (डिजिटल मार्केटिंग क्या है?) | डिजिटल मार्केटिंग का महत्व
Digital Marketing in Hindi (डिजिटल मार्केटिंग क्या है?) | डिजिटल मार्केटिंग का महत्व

Digital Marketing एक मार्केटिंग का part है जिसे आप डिजिटली या digital world में करते हैं, मूल रूप से यह एक online मार्केटिंग है। उदाहरण के लिए, आप Facebook , google में ads देते हैं। ये सभी चीज़ें डिजिटल मार्केटिंग के अंतर्गत आते हैं। डिजिटल मार्केटिंग क्या है? डिजिटल मार्केटिंग डिजिटल और मार्केटिंग शब्दों से…

Read More “Digital Marketing in Hindi (डिजिटल मार्केटिंग क्या है?) | डिजिटल मार्केटिंग का महत्व” »

Important

Software Performance Testing in Hindi

Posted on September 13, 2021May 17, 2022 By GeekCer Education No Comments on Software Performance Testing in Hindi
Software Performance Testing in Hindi

Performance Testing एक प्रकार का सॉफ़्टवेयर testing है जो यह सुनिश्चित करता है कि software applications अपने expected कार्यभार के तहत अच्छा प्रदर्शन करेंगे। यह गैर-कार्यात्मक(non-functional) testing के अंतर्गत आता है जो यह आकलन करता है कि कोई एप्लिकेशन किसी दिए गए लोड के तहत कैसा प्रदर्शन करता है। जैसा कि हम जानते हैं सॉफ्टवेयर…

Read More “Software Performance Testing in Hindi” »

Important

ACID Properties in Hindi? ACID Properties क्या है?

Posted on September 13, 2021July 17, 2022 By GeekCer Education No Comments on ACID Properties in Hindi? ACID Properties क्या है?
ACID Properties in Hindi? ACID Properties क्या है?

ACID Properties ​​डेटाबेस transaction गुणों का एक सेट है जिसका उद्देश्य त्रुटि, बिजली की विफलता आदि की स्थिति में भी validity की गारंटी देना है। ACID Properties आपके लेन-देन (transaction) को सुरक्षित और सुसंगत बनाती है। ACID Properties सुनिश्चित करते हैं कि डेटाबेस और लेनदेन संघर्ष और त्रुटियों से मुक्त हैं। इस article में हम…

Read More “ACID Properties in Hindi? ACID Properties क्या है?” »

Important

Waterfall Model in Hindi (Waterfall Model क्या है?)

Posted on September 13, 2021June 3, 2022 By GeekCer Education No Comments on Waterfall Model in Hindi (Waterfall Model क्या है?)
Waterfall Model in Hindi (Waterfall Model क्या है?)

Waterfall model in software engineering in Hindi – Waterfall Model सॉफ्टवेयर इंजीनियरिंग और IT projects के लिए सिस्टम डेवलपमेंट लाइफ साइकिल (SDLC) का सबसे लोकप्रिय version है। यह एक sequential, single direction प्रक्रिया के माध्यम से आगे बढ़ता है जो झरने की तरह बहती है। वॉटरफॉल मॉडल इन सॉफ्टवेयर इंजीनियरिंग सबसे पुराना एसडीएलसी approach है…

Read More “Waterfall Model in Hindi (Waterfall Model क्या है?)” »

Important

Maven Tutorial

Posted on September 2, 2021October 20, 2021 By GeekCer Education No Comments on Maven Tutorial
Maven Tutorial

Maven is built on POM and lets a developer understand the whole state of the development effort in a short amount of time. Developers may use this tool to create projects, produce reports, and documentation if needed. Maven handles dependencies and the software lifecycle, as well as providing certain recommendations for the project’s directory structure. It…

Read More “Maven Tutorial” »

Important

HTML Tutorial

Posted on September 2, 2021November 13, 2021 By GeekCer Education No Comments on HTML Tutorial
HTML Tutorial

HTML Tutorial is designed for the web developer who is interested in designing websites and web applications. You can use HTML in any programming language like JSP, PHP, ASP etc. HTML is the basis or backbone in creating a Web application or Website. In every file HTML will always with <HTML> tag and ends with…

Read More “HTML Tutorial” »

Important

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

Posted on August 14, 2021February 7, 2022 By GeekCer Education 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

Posts navigation

Previous 1 … 3 4

Recent Posts

  • Ohms law Definition, Formula, Statement | ओम का नियम
  • TCP/IP Model, Full Form, Layers and their Functions
  • OSI Model | 7 Layers of OSI Model in Computer network, Functions
  • Mockito Framework Tutorial for Unit testing | Mockito unit testing spring boot
  • Draupadi Murmu Biography In Hindi | द्रौपदी मुर्मू की जीवनी
  • Chemical Properties of Matter examples (Element, Compound and Mixture)
  • CascadeType in Hibernate and JPA | JPA Cascading Operations
  • States of Matter | Physical Properties of Matter (Solid, Liquid, Gas)
  • Different Types of Loans in India, Eligibility, Documents, Benefits
    Different Types of Loans in India, Eligibility, Documents, Benefits Important
  • TCP/IP Model, Full Form, Layers and their Functions
    TCP/IP Model, Full Form, Layers and their Functions Networking
  • Aranya Kand with Hindi Meaning | अरण्यकाण्ड | सीता हरण
    Aranya Kand with Hindi Meaning | अरण्यकाण्ड का अर्थ | सीता हरण Spiritual
  • Real life Inspirational Stories in Hindi | Success story in Hindi
    Real life Inspirational Stories in Hindi | Success story in Hindi Biography
  • Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया
    Impeachment meaning in Hindi | महाभियोग की परिभाषा और प्रक्रिया General Knowledge
  • Kumkum Bhagya Hindi TV Serial, Cast Name, Actress Name
    Kumkum Bhagya Hindi TV Serial, Cast Name, Actress Name News
  • जन्माष्टमी व्रत पूजा विस्तार से | दही हांडी | Krishna Janmashtami Puja
    जन्माष्टमी व्रत पूजा विस्तार से | दही हांडी | Krishna Janmashtami Puja Festival
  • Loop in Java
    Loop in Java, Looping statements in java (for, while, do..while) Java
  • 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