45 Useful Oracle Queries45 Useful Oracle Queries
  • 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,…

11 years ago
JavaScript Singleton Design PatternJavaScript Singleton Design Pattern
  • 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…

11 years ago
AngularJS Service / Factory Tutorial with ExampleAngularJS Service / Factory Tutorial with Example
  • 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.…

11 years ago
Oracle XMLTable Tutorial with ExampleOracle XMLTable Tutorial with Example
  • 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…

11 years ago
JavaScript 101: Objects and FunctionsJavaScript 101: Objects and Functions
  • 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…

11 years ago
JavaScript Module Design PatternJavaScript Module Design Pattern
  • 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…

11 years ago
Spring @RequestHeader Annotation exampleSpring @RequestHeader Annotation example
  • 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…

11 years ago
Java Locale ListJava Locale List
  • 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…

11 years ago
How to Access Cookies in JSP Expression LanguageHow to Access Cookies in JSP Expression Language
  • 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.…

11 years ago
Eclipse: Convert String Concat to StringBuilderEclipse: Convert String Concat to StringBuilder
  • 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…

11 years ago