Skip to content
mySoftKey
  • Home
  • java
    • jee
    • Webservices
    • design pattern
    • servlet
    • jsp
  • NOSQL
    • mongodb
    • cassandra
    • elastic
    • OrientDB
    • redis
    • spark
  • Spring
  • Hibernate
  • Misc
    • data structure algorithm
    • architecture
    • linux
    • Data Storage
    • data analytics
    • Security
    • digital payment
    • SQL
    • poetry
  • Tutorials
    • MongoDB Videos
  • Contact Us
    • about-us
    • Privacy Policy

Annotation in JAXB

Ranjeet Jha / java, jee / Leave a Comment

JAXB annotations in Java is a way of notifying JVM to do on behalf of developer. different type of Annotations used in JAXB API the annotation as @XmlRootElement, @XmlType, @XmLElementWrapper, @XmlAttribute, @XmlAccessorType @XmlJavaTypeAdapter

Annotation in JAXB Read More »

JAXB Example Java

Ranjeet Jha / java, jee / Leave a Comment

Learn step-by-step JAXB example Java. Minimum annotation to understand JAXB 2.0 for new learner, hello word JAXB example first JAXB example.

JAXB Example Java Read More »

What is JAXB?

Ranjeet Jha / jee / 2 Comments

What is JAXB in Java? JAXB: Java Architecture for XML Binding to convert java object to XML and XML to java object. Learn Features of JAXB, advantages of JAXB.

What is JAXB? Read More »

What is B-Tree?

Ranjeet Jha / data structure algorithm / Leave a Comment

Learn, what is BTree data structure or binary tree data structure? how to use BTree? properties of a binary tree, algorithm to insert Btree. the basic building block of BTree/binary tree data structure.

What is B-Tree? Read More »

Why Role Based Access Control?

Ranjeet Jha / noSql / Leave a Comment

Why we need MongoDB role based access control? Why you required either role based or user based access privilege, it’s for better manageability.

Why Role Based Access Control? Read More »

Roles in mongoDB

Ranjeet Jha / mongodb / Leave a Comment

Built-in User Roles in mongoDB used for granding user for priviledges for authentication and authorization of database user in MongoDB.

Roles in mongoDB Read More »

mongod.conf yaml file format example

Ranjeet Jha / mongodb / 2 Comments

mongod.conf YAML or mongod.conf YML is a configuration file in mongoDB, which is being used to provide configuration seetting by MongoDB DBA and read by mongodb database engine while startup.

mongod.conf yaml file format example Read More »

MongoDB collection data size

Ranjeet Jha / mongodb / 2 Comments

Learn how to get MongoDB collection data size, storage data size MongoDB collection using db.collection.stats(). Get Document size of MongoDB using Object.bsonsize({}), MognoDB collection index size using db.collection.stats(), different aspects of it so learn step by step.

MongoDB collection data size Read More »

Profiling for Slow Query Log in MongoDB

Ranjeet Jha / mongodb / 3 Comments

MongoDB slow query log profiling is easy using db.setProfilingLevel(). Enable slow query log mongoDB Profiling for logging for slow query with your threshlold time.

Profiling for Slow Query Log in MongoDB Read More »

Sorting of Array in java using java.util.Arrays

Ranjeet Jha / java / Leave a Comment

Learn sorting of Array in Java using java.util.Arrays class. Sorting of Object array, sorting of String array, sorting of int array, sorting of double array etc.

Sorting of Array in java using java.util.Arrays Read More »

← Previous 1 … 12 13 14 … 28 Next →