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

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 8 Read More »

How to Print array in Java using Arrays

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 Print array in Java using Arrays Read More »

How to install Oracle JDK 8 on Ubuntu

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.

How to install Oracle JDK 8 on Ubuntu Read More »

Behavioral Design Patterns

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.

Behavioral Design Patterns Read More »

5 ways to iterate List in Java

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().

5 ways to iterate List in Java Read More »

Protected: Anushka Class 7

Anushka Jha / Misc

There is no excerpt because this is a protected post.

Protected: Anushka Class 7 Read More »

Protected: Anushka Class 6

Anushka Jha / article

There is no excerpt because this is a protected post.

Protected: Anushka Class 6 Read More »

How to remove Entry from HashMap in Java

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.

How to remove Entry from HashMap in Java Read More »

Different ways to iterate Map in Java

Ranjeet Jha / java / 2 Comments

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

Different ways to iterate Map in Java Read More »

Design Pattern : Adapter Versus Bridge

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.

Design Pattern : Adapter Versus Bridge Read More »

← Previous 1 … 19 20 21 … 28 Next →