7 Steps of Building right application
Building right application is the process of identifying the problem that needs to be solved.
7 Steps of Building right application Read More »
Building right application is the process of identifying the problem that needs to be solved.
7 Steps of Building right application Read More »
How to create sessionFactory in Hibernate from Configuration object. 3 ways of creating Hibernate sessionFactory Example.
How to create SessionFactory in Hibernate? Read More »
How to check your Windows 32-bit or 64-bit? How to know, which OS architecture (32-bits or 64-bits) installed on your desktop or laptop. Knowing OS architecture and Processor architecture is very much essential for you to install any software of your choice.
How-to know 64-bit or 32-bit OS of Window Read More »
There is three default database in MongoDB. 1. local database used for storing metadata for that node where MongoDB installed, this DB will not be part of replication, 2. admin database used for authentication, authorization, and administrative purpose, 3. config database used for storing of metadata for sharding.
3 default database in MongoDB Read More »
A collection in MongoDB is a group of documents. Collection is similar to Table in SQL relational database. Collection in MongoDB is a basic building block, which holds the same group of documents.
mongoDB-essentials Read More »
Content How I wrote this poem? A Silly Mistake!! My Poem 1. How I wrote my poem This all started when I participated in a poem competition. Well, I am a person who always submits her assignments on the day before the submission date, but this time I was wrong poem ideas doesn’t come so
My First Poem “Silence” Read More »
MongoDB is a document-oriented database. A document is a basic unit or basic building block of data for MongoDB. Here, a document refers to a group of data in a row/record similar to a row/record in a relational database.
What is Document in MongoDB? Read More »
MongoDB features are: for High scalability, High Availability, Schema free, Indexing, Aggregation Framework, Ad-hoc query, File Storage, BSON format, Capped Collection, Strong Active community, Commercial & Community support, Support of client Drivers, and Admin utility tools.
13 Reasons for using MongoDB Database Read More »
JDBC interview questions will help you in preparing in your interview. This is the part 2 of JDBC interview (FAQ) series. you can visit part-1 by visiting part 1 of JDBC Interview FAQ In this post I try to cover FAQ about preparedStatement interface, setMaxRows() and setFetchSize() function, How to load JDBC drivers, ways of
JDBC Interview Questions Answers part-2 Read More »
what questions will ask in java interview about JDBC interview questions? JDBC (Java Database Connectivity) is used to connect database to perform database operations: create, read, update, delete.
JDBC Interview Questions Answers part-1 Read More »