Skip to content

EasynHow, Know How!

Just another WordPress site

  • Java
    • Java 8
  • Javascript
  • jQuery
  • J2EE
    • Spring
  • What’s New
  • C
  • C++
  • Others
    • Data Structures
    • Algorithms

Author: Anoop Kumar Rai

May 26, 2017 Anoop Kumar Rai

Javascript for loop vs jQuery for each

Javascript for loop vs jQuery for each Web developers often come across looping through data at client side. People generally

Continue reading »
May 26, 2017 Anoop Kumar Rai

Detecting key press for input text and Detecting Enter key-jQuery

Detecting key press for input text and Detecting Enter key The order of events related to the keyup event: 1.

Continue reading »
May 26, 2017 Anoop Kumar Rai

Potential security hole- Final field containing a reference to a mutable object

Potential security hole- Final field containing a reference to a mutable object As a thumb rule, instance fields should never

Continue reading »
May 26, 2017 Anoop Kumar Rai

Some useful JSP Expression Language hacks in JSP

Some useful JSP Expression Language hacks in JSP If you have JSTL in your classpath(by including JSTL.jar and standard.jar in

Continue reading »
May 26, 2017 Anoop Kumar Rai

Some useful Regular Expression examples

Some useful Regular Expression examples Regular expression is a special sequence of characters that helps you match/find strings or sets

Continue reading »
May 26, 2017 Anoop Kumar Rai

Consider implementing compareTo and equals method

Consider implementating compareTo and equals method Unlike the other methods the compareTo method is not declared in Object. Rather, it

Continue reading »
May 26, 2017 Anoop Kumar Rai

What is Quick sort and usage of Quick sort in JAVA Arrays.sort method

What is Quick sort and usage of Quick sort in JAVA Arrays.sort method As per JDK-8 Arrays.sort method uses Quick

Continue reading »
May 26, 2017 Anoop Kumar Rai

What is Merge sort and usage of Merge sort in JAVA Collections.sort method

What is Merge sort and usage of Merge sort in JAVA Collections.sort method Manipulating data in a faster and efficient

Continue reading »
May 26, 2017 Anoop Kumar Rai

Which is better option: Java clone or Copy constructors or Copy static factory?

Which is better option: Java clone or Copy constructors or Copy static factory? The Cloneable interface was intended for objects

Continue reading »
May 26, 2017 Anoop Kumar Rai

Prevent Safari/any browser loading from cache when back button is clicked

Prevent Safari/any browser loading from cache when back button is clicked This problem is caused by back-forward cache. It saves

Continue reading »

Posts navigation

«Previous Posts 1 … 3 4 5 6 7 Next Posts»

Search