• Database
  • Oracle

45 Useful Oracle Queries

Here's a list of 40+ Useful Oracle queries that every Oracle developer must bookmark. These queries range from date manipulation,…

10 years ago
  • JavaScript

JavaScript Singleton Design Pattern

JavaScript Singleton pattern ensure that only a single instance of the class may exits in application. Details of singleton design…

10 years ago
  • AngularJS
  • JavaScript

AngularJS Service / Factory Tutorial with Example

1. Introduction to AngularJS Services In AngularJS world, the services are singleton objects or functions that carry out specific tasks.…

10 years ago
  • Database
  • Oracle

Oracle XMLTable Tutorial with Example

Oracle XMLTable: Learn how to parse XML in Oracle using XMLTable in 11g. Use XPath to query XML nodes in…

10 years ago
  • JavaScript

JavaScript 101: Objects and Functions

Let us go through the basics of Javascript objects. How objects are maintained. What is inheritance in JS. Also lets…

10 years ago
  • JavaScript

JavaScript Module Design Pattern

JavaScript Module pattern provides a way to wrap public, private methods (and variable) into a single entity and exposing only…

10 years ago
  • Spring
  • Spring 3 MVC

Spring @RequestHeader Annotation example

Let us quickly check how to access http Header information in Spring MVC Controller. Spring @RequestHeader Annotation Spring MVC provides…

10 years ago
  • Java

Java Locale List

Here is a complete list of Locales in Java. This list is compiled using the mighty java.text.SimpleDateFormat class. The class…

10 years ago
  • Java

How to Access Cookies in JSP Expression Language

Below snippet is just for your reference. We can print a cookie value on JSP page using JSP Expression language.…

10 years ago
  • Java

Eclipse: Convert String Concat to StringBuilder

Here is a simple yet effective trick for all Eclipse users. In Java we do lot of String concatenation using…

10 years ago