
Last week we have launched dedicated Crunchify Product site which is very handy for users to get an idea on what all services we are providing. It also includes some of our best Premium Plugins. Head over to it and check it out. There are few …
by App 2
by App 2
Setting up Apache Tomcat web server on publicly hosted Linux host is a best way to host your service. If you want to publish any Java application to world, you need public IP and hence public facing host. Using that you could host your Java …
Read Article about How to install & setup Apache Tomcat server on Linux Ubuntu host [on Linode] →
by App 12
How to Find Common Elements of Two UnSorted Array? Below is a simple Java Code which shows it. Approach-1. CrunchifyIntersection3.java Eclipse Console Result: Approach-2. Steps: package com.crunchify; import …
Read Article about In Java How to Find Common Elements of Two UnSorted Array? →
by App 4
Simple Singleton Pattern in Java In software engineering, the singleton pattern is a design pattern that restricts the instantiation of a class to one object. This is useful when exactly one object is needed …
Read Article about Singleton Design Pattern in java – Thread-Safe, Fast Singleton Implementation →
Concurrency utilities are very amazing in Java. java.util.concurrent package contains lots of utilities which we could use in number of different ways. In this tutorial we will go over difference between …
Read Article about ArrayBlockingQueue Vs. Google Guava Non-Blocking EvictingQueue Example →
by App 4
Do you have these questions? In previous topic we learn how to iterate through Java Collection class ArrayList. Also used best practice to avoid possible Out Of Memory (OOM) situation. In this tutorial we will see some basic fundamentals of …
Read Article about Java Iterator, ListIterator fundamentals and ConcurrentModification Exception →
Twitter is one of the most popular social media platforms, with millions of users sharing their thoughts, opinions, and experiences in real-time. It's also an excellent platform for video distribution, as it provides the opportunity to reach a wide …
Read Article about Twitter Applications to help you distribute Videos →
by App 2
Have you ever noticed your image appearing way to big on your WordPress Post? To prevent your WordPress post images from being too large, you can use the following methods: By using these methods, you can ensure that your images are …
Read Article about Optimize WordPress Post Images – Prevent WordPress Post Image Being Too Large →