How to Hit Your Restful Web Service Using Jmeter – Perform a Simple Load Test
Representational State Transfer (REST) has gained widespread acceptance across the Web as a simpler alternative to SOAP- and Web Services Description Language (WSDL)-based Web services. Key evidence of...
View ArticleJava Reflection: How To Use Reflection To Call Java Method At Runtime
Java Reflection makes it possible to inspect classes, interfaces, fields and methods at runtime, without knowing the names of the classes, methods etc. at compile time. It is also possible to...
View ArticleMac OS X Tips: How to Show / Hide Hidden Files in Finder Window
By default, Mac OS X keeps all files and folders starting with . (dot) hidden. Here is a sample. If you have used Maven in past then you might have some info about .m2 folder. As we know Maven...
View ArticleWordPress: How to Remove Comment Notes Below the Comment Box
WordPress is a very powerful blogging platform. Now world’s ~18% sites are powered by WordPress. This post shows tricks on how to remove comment notes below the comment box? In order to remove above...
View ArticleHow Can I Find Meta Tags Values Required In All In One Webmaster
All in One Webmaster WordPress Plugin: http://crunchify.com/all-in-one-webmaster/ If you are a webmaster you probably heard of Google Webmaster Tool. Both Yahoo and Bing have their own versions called...
View ArticleHello Everyone: Happy iOS 7 Day
Finally iOS 7 is now available for download. As promised, Apple released brand new version of iOS 7 on Wednesday. iOS 7 supports the iPhone 4, iPhone 4S, and iPhone 5; the second-, third-, and...
View ArticleHow to Find Bing Webmaster Metatag Value to Verify Ownership of Your Site
This is another tutorial showing you how to find Bing Webmaster Metatag Value to verify your site’s ownership. You need this in your “All in One Webmaster Premium” or “Lite” version WordPress Plugin....
View ArticleOS X Mavericks Eclipse Java Issue
OS X Mavericks installation on my Macbook Pro Ratina went smooth. So far I loved using it. But recently noticed some issue with Java and Eclipse. When I clicked on Eclipse Shortcut, it shows message:...
View ArticleFacebook: Who Can Look up Your Timeline by Name – Old Facebook Setting is...
Today I received notification in my stream about: In a few days, we’ll be removing an old Facebook setting called “Who can look up your Timeline by name.” We’d like to help you understand this change....
View ArticleHow to Find Alexa Rank Meta Tag Value for All in One Webmaster Premium
This is another tutorial under All in One Webmaster Premium Tutorial. In this tutorial I’ll show you how to find Alexa Rank Meta Tag Value which you need to put under “All in One Webmaster Premium’s”...
View ArticleGoogle+ Profile and Cover Photo Gets a Facelift – Just the Way I Like it
Minor but significant visual refresh is rolling out to Google+ cover photos on the desktop today, bringing a fresh and refined look. Setting your Google profile photo helps your friends and family find...
View ArticleJava Synchronized Collections Examples (java.util.Collections)
GDay All, If you have any of below questions then you are at right place: Get Synchronized List from ArrayList example How do I synchronize a collection How do I synchronize a List or other Collection...
View ArticleA Simple Singly Linked List Implementation in Java
In this tutorial I’ll show simple Implementation of Singly Linked List in Java. A linked list is a series of nodes in memory such that: There is a starting node. Each node contains a pointer that...
View ArticleLazy Creation of Singleton ThreadSafe Instance without Using Synchronized...
Sometime back I have written short article explaining Singleton Design Pattern. In which I’ve explained two ways to create Singleton pattern. Lazy Initialization and Runtime initialization. The...
View ArticleHow to Setup/Install Maven Classpath Variable on Windows
Apache Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project’s build, reporting and documentation from a...
View ArticleBlack Friday 20% Off Discount on Any Purchase of All in One Webmaster Premium...
Dear All, Happy Thanksgiving to All!! We are happy to announce 20% off discount on any purchase of All in One Webmaster Premium WordPress Plugin during this holiday weekend. Offer expires on Monday 2nd...
View ArticleCreate Very Simple Jersey REST Service and Send JSON Data From Java Client
Recently I have to pass JSON data to REST Service and did not have any simple Client handy. But created very simple Java program which read JSON data from file and sends it to REST service....
View ArticleImplement Simple Threadsafe Cache using HashMap without using Synchronized...
A cache is an area of local memory that holds a copy of frequently accessed data that is otherwise expensive to get or compute. Examples of such data include a result of a query to a database, a disk...
View ArticleJava: Given a Non-Empty String Like -Code- Return a String Like -CCoCodCode-
Here is a very simple Java Program equivalent to Python’s string_splosion function.package com.crunchify.tutorials; /** * @author Crunchify.com * */ public class CrunchifyStringSplosion { public...
View ArticleGood Bye 2013 and Welcome 2014 – Happy New Year to All!
Happy New Year to All..!! It’s time to bid a farewell to the year 2013 and when we look back at our work in the past 12 months, we are proud of where they took us. Of course, the credit goes to you,...
View Article