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

How to print array in java 8

By ranjeet / java / 1 Comment

Learn how to print array in java 8 using Java stream. Displaying of java.lang.Arrays using Arrray.stream() in Java programming language.

How to Print array in Java using Arrays

By Ranjeet Jha / java / 2 Comments

Learn how to print array in Java using Arrays. Displaying array either int or string or any another type is straight forward by using java.util.Arrays java utility class.

How to install Oracle JDK 8 on Ubuntu

By Ranjeet Jha / java / Leave a Comment

Step by step process of how to install Oracle JDK 8 on Ubuntu 16, 15, 14 and 12 LTS or Linux Mint systems using PPA. commands to install JDK 8 on Ubuntu OS.

Behavioral Design Patterns

By Ranjeet Jha / design pattern / Leave a Comment

Behavioral design patterns is one of the 3 types of GoF Patterns. It refer to how objects or classes behave one way or another way.

5 ways to iterate List in Java

By Ranjeet Jha / java / 2 Comments

5 ways to iterate List in Java, traversal of Java List or ArrayList, Vector, LinkedList object to get its values. using for-each, for loop, iterator, while loop, jdk 8 forEach.stream().

Protected: Anushka Class 7

By Anushka Jha / Misc

There is no excerpt because this is a protected post.

Protected: Anushka Class 6

By Anushka Jha / article

There is no excerpt because this is a protected post.

How to remove Entry from HashMap in Java

By Ranjeet Jha / java / 1 Comment

How to remove entry from HashMap in Java, or it’s implementation class HashMap, Hashtable, LinkedHashMap, ConcurrentHashMap. removing element from map java.

Different ways to iterate Map in Java

By Ranjeet Jha / java / 2 Comments

Learn different ways to iterate Map in Java using for-each loop keySet, entrySet, for loop, while loop.

Design Pattern : Adapter Versus Bridge

By Ranjeet Jha / design pattern / Leave a Comment

Learn Adapter vs Bridge design patterns, structurally both are the same with different intent. Let me explain the similarity and differences between them.

Posts navigation

← Previous Page 1 … 19 20 21 … 28 Next Page →

Recent Posts

  • 7 Steps of Building right application
  • How to create SessionFactory in Hibernate?
  • How-to know 64-bit or 32-bit OS of Window
  • 3 default database in MongoDB
  • mongoDB-essentials
  • My First Poem “Silence”
  • What is Document in MongoDB?

Popular Post

  • How to do zip and unzip file in Ubuntu Linux?
  • How to use forEach Loop in mongoDB to manipulate document
  • Difference Between DOM and SAX parser in java
  • 4 phases of SSL protocol
  • GRASP Design Principles

Tags

algorithms (10) annotation (3) architecture (4) auth (3) big data (4) cassandra (10) collection framework (11) core java (22) data storage (12) datastructure (6) design pattern (20) digital payment (3) dom (5) elastic (6) faq (6) hashmap (4) hibernate (10) installation (9) interview (21) java (52) javaee (4) javaWebservice (9) jax-rs (10) JAX-WS (7) jaxb (8) jdbc (3) JEE (5) jersey (10) linux (19) maven (3) mongoDB (51) mongodbSecurity (4) nosql (22) orm (7) replicaset (3) rest (4) security (7) sorting (3) spring (7) thread (4) tutorials (3) webservice (4) webservices (11) xml (12) xml parser (3)