WP Engine: Vibrant and Fully Managed WordPress Hosting
As you may have noticed, we have hundreds of articles on Crunchify on Site performance and tips on loading page within few seconds and ideally in less than a second There are quite a few variables out...
View Article7 Tips for Business Growth and WordPress Post Checklist Before you Hit...
What is business growth? It’s process of improving some business measures. Growing online business in addition to your real work takes some time. Sometimes it takes time, effort, money and dedication....
View ArticleEver wondered difference between Dynamic Web Module 3.0 and 3.1? How to Setup...
You must have seen hundreds of time Dynamic Web Module option in Eclipse. Do you know purpose of this option and what exactly it is for? Sometime back we have written an article on How to fix “Cannot...
View ArticleWhat is Java Synchronized Collections? Complete Tutorials using...
Java Collection Framework is one of the most used section. There are more than 100 APIs are available for us to use at fingertips. synchronizedMap() returns a synchronized (thread-safe) map backed by...
View ArticleJava Method Hiding and Overriding: Override Static Method in Java
Want to learn Fundamental of Instance Method? In Java, an instance method in a subclass with the same signature and return type as an instance method in the superclass overrides the superclass’s...
View ArticleWhen Should I use CopyOnWriteArrayList Vs. ArrayList in Java? Avoid...
java.util.List is an ordered collection also known as a sequence. Arraylist is a very basic implementation of List. There are number of articles I’ve posted on Crunchify before on ArrayList list...
View ArticleHow to Fix Eclipse Startup Error after Removing old Java Version from...
Are you getting below eclipse startup error? A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run Eclipse. No Java virtual machine was found after searching...
View ArticleIdeal eclipse.ini file setup for your Eclipse Environment – Best Practice for...
As a Java Developer, we spend almost half of our time developing world class Java Applications. Your application might be touching thousands of users and making their lives easy in this very complex...
View ArticleTomcat starts but Home Page does NOT open on browser with URL...
Today I was running Apache Tomcat from Eclipse and while accessing URL http://localhost:8080 found HTTP Status 404 – Not Found error. The origin server did not find a current representation for the...
View ArticleJava Collections – hashCode() and equals() – How to Override equals() and...
equals() and hashCode() in Java are two fundamental method which is declared in Object class and part or core Java library. If you have any one of below concerns in Java then you are at right place....
View ArticleWhat is RegEx Pattern (Regular Expression)? How to use it in Java? Example...
What is RegEx? Regular Expression is a search pattern for String. java.util.regex Classes for matching character sequences against patterns specified by regular expressions in Java. You could use...
View ArticleLet’s Checkout 1and1 WordPress Managed Hosting Plan
WordPress now powers more than 30% of the online blogging platform. Recently I came to know about 1and1 Managed WordPress Hosting plan and would like to share some more details about the same. In this...
View ArticleHow to Implement Simple Circular ArrayList in Java?
In this tutorial we will go over details on how to implement Circular ArrayList. There are numerous examples we have on Crunchify about ArrayList and this one will be with Integer Array. Let’s get...
View ArticleJava 8 Stream API Operations and Lambda Expression Tutorial
Java is a collection of APIs and with the introduction of Java 8, we do have more choice than before. java.util.stream API supports functional-style operations on streams of elements, such as...
View ArticleIn Java How to Move all 0’s to end of Array Preserving Order of an Array? [2...
I’ve been playing with a problem of moving all 0's to end of Arrays in different interviews in various combinations. Sometimes I ask to move all 0 to front of array, sorting an array without any data...
View ArticleHow to Read config.properties value using Spring MVC ‘singleton’ Scope in Java?
Sometime back I have written a tutorial on how to read config file in tradition way. But what if you want to load it as a Spring MVC framework? It is most common that you may need to access some of...
View ArticleWordPress Plugins We Use on Crunchify: Favorite and must have Plugins – Want...
Plugin repository is one of the best reason why WordPress is the most popular blogging platform. It’s easy to use and has tons of great features. But what’s really made this open source software excel...
View ArticleThe Power of jQuery: My Favorite Top jQuery WordPress Plugins
jQuery is ideal because it can create impressive animations and interactions while being simple to understand and easy to use. WordPress awesomeness lies in its fact that it can be customized to power...
View ArticleWhat is Thread-Safe BlockingQueue in Java? When should you use it?...
So far I’ve written two articles on Producer Consumer concept on Crunchify. 1st one to explain Java Semaphore and Mutex and 2nd one to explain Concurrent Read/Write. In this Java Tutorial we will go...
View ArticleHow to Merge/Concat Multiple JSONObjects in Java? Best way to Combine two...
In Java – What is the best way to combine / merge multiple JSONObjects? JSONObject is an unordered collection of name/value pairs and widely used in Java Enterprise applications for data transfer...
View Article