Here's a list of 40+ Useful Oracle queries that every Oracle developer must bookmark. These queries range from date manipulation,…
JavaScript Singleton pattern ensure that only a single instance of the class may exits in application. Details of singleton design…
1. Introduction to AngularJS Services In AngularJS world, the services are singleton objects or functions that carry out specific tasks.…
Oracle XMLTable: Learn how to parse XML in Oracle using XMLTable in 11g. Use XPath to query XML nodes in…
Let us go through the basics of Javascript objects. How objects are maintained. What is inheritance in JS. Also lets…
JavaScript Module pattern provides a way to wrap public, private methods (and variable) into a single entity and exposing only…
Let us quickly check how to access http Header information in Spring MVC Controller. Spring @RequestHeader Annotation Spring MVC provides…
Here is a complete list of Locales in Java. This list is compiled using the mighty java.text.SimpleDateFormat class. The class…
Below snippet is just for your reference. We can print a cookie value on JSP page using JSP Expression language.…
Here is a simple yet effective trick for all Eclipse users. In Java we do lot of String concatenation using…