Google Plus
Google Plus
1 Min Read
How to check the presence of a string in between specified strings in a file in java
Suppose, there is a requirement to check that a particular string is present in a file but with a restriction…
1 Min Read
How to do a task repeatedly using threads in java / How to create a timer using ScheduledThreadPoolExecutor in java
Suppose we want to do a task after fixed time interval such as creating a beep sound after 5 seconds…
1 Min Read
How to load same class more than once in jvm / How to dynamically reload a class
Loading a class more than once using java’s built in ClassLoader is not possible because: Builtin ClassLoader always checks if…
1 Min Read
How to send ajax request from jsp to server using jQuery
Ajax Request…What? Ajax stands for Asynchronous Javascript and XML. It is a client side technology which is used for creating…
1 Min Read
How to select all elements whose id starts with some string / Using Wild cards in jQuery / How to apply calendar on more than one field / How to select all elements with id starting with something
Suppose we have more than two input boxes on which we want to apply calendar. A jQuery datepicker can be…