Have you ever wondered how to add beautiful Link Underline Animation with simple CSS? Do you have any of below questions? How to Animating Link UnderlinesHow to Animated Multiline Link …
In Java How to Find List of all Class Names from inside .jar File? – Jar Class Finder Utility with Java Reflection
This tutorial will be very interesting. Last week I was working on a Java Project which requires me to have list of Classes from .jar file. With the help of JarEntry and JarInputStream utility I was …
Facebook Insights Overview
Facebook Insights is a free analytics tool offered by Facebook that helps page administrators track metrics and understand the performance of their page on the platform. It provides data on page …
In Java How to Convert Char Array to String (four ways) – char[] to String()
Below are the four simple ways you can convert Char[] to String in Java. Using new String(char[]). Using String Constructor.Using valueOf(char[])Using StringBuilder()Create your own REGEX operation …
Read Article about In Java How to Convert Char Array to String (four ways) – char[] to String() →
In Java How to find a Line with Maximum Number of Words? Using Stream.forEach() Iterator
For any given file, Write a Java program to find a line with maximum number of words in it is a very common interview question. In other words, write a Java program to find longest line from …
How to implement Stack in Java using Collection?
What is Java Stack and how to implement Java Stack without using any Collection or Utilities? Here is a tutorial which we published some time back. In this tutorial we will go over steps on How …
Read Article about How to implement Stack in Java using Collection? →
What is Stack and How to implement Stack in Java without Collection?
What is Stack in Java? Have you heard of LIFO? Last-In, First-Out concept? Well, Stack is a LIFO implementation of linear Data Structure. That means, Objects can be inserted or removed from only …
Read Article about What is Stack and How to implement Stack in Java without Collection? →
Simplest way to generate logs in Java using java.util.logging’s SimpleFormatter and XMLFormatter
Java comes with lots of utilities. In this tutorial we will go over simplest way to generate log files using SimpleFormatter and XMLFormatter. On Crunchify, we have published few tutorials about …
How to fix Apple Battery Drain Issue?
It's been 1 week every night (sleep mode) something is draining my Macbook Pro battery from 100% to 0% Solution: To close this thread, apple has fixed this issue as part of 12.3 Beta …