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

Shallow Copy vs Deep Copy in Java

Ranjeet Jha / java / 1 Comment

Learn shallow copy vs deep copy in Java, shallow clone vs deep clone Java with example. Deep cloning vs shallow clonig is one of the most important questions for core java interview.

Shallow Copy vs Deep Copy in Java Read More »

4 Ways to create object in Java

Ranjeet Jha / java / 1 Comment

There are 4 different ways to create object in Java. Learn different ways by example: using new keyword, using Class.forName, cloning and deserializing. Learn various ways to create object in Java.

4 Ways to create object in Java Read More »

Protected: Key Points of Thread

Ranjeet Jha / java

There is no excerpt because this is a protected post.

Protected: Key Points of Thread Read More »

JSP ( Java Server Page) Best Practices

Ranjeet Jha / jsp / 3 Comments

Learn JSP best practices for your application by industry expert hands-on professional. JSP best practices: JSP as View Only, use JSTL tags for presentation, breaking of comman page.

JSP ( Java Server Page) Best Practices Read More »

Servlet Best Practices

Ranjeet Jha / servlet / Leave a Comment

Java Servlet Best Practices. This post is about tips and techniques for JSP servlet best practices for developer architect. Servlet-based technologies designed to make web application development easier and more effective.

Servlet Best Practices Read More »

Thread Deadlock Example in Java

Ranjeet Jha / java / 4 Comments

Thread deadlock in java describes a situation where two or more threads are blocked forever, waiting for each other. the order of execution of threads is non-deterministic

Thread Deadlock Example in Java Read More »

Java Thread Interview Questions

Ranjeet Jha / java / 1 Comment

Learn Java Thread Interview Questions and answers for all levels of interview. There are series of questions asked in an interview from the Java threads.

Java Thread Interview Questions Read More »

Singleton Design Pattern in Java

Ranjeet Jha / design pattern / Leave a Comment

Learn Singleton Design pattern in Java and its different ways of implementation. In Java singleton pattern is popular pattern and used by almost all the developer.

Singleton Design Pattern in Java Read More »

Software Design Principles

Ranjeet Jha / design pattern / Leave a Comment

Learn all aspects of what is Software Design Principles or SOLID design principles? SOLID: SRP, OCP, LSP, ISP, DIP, set of guidelines that solve design requirement.

Software Design Principles Read More »

Difference between Redis and Memcached

Ranjeet Jha / noSql / 1 Comment

Learn Difference between Redis and Memcached, comparative study of Redis cache and memcached. key points of Redis and Memcached.

Difference between Redis and Memcached Read More »

← Previous 1 … 23 24 25 … 28 Next →