Category: Javaskool Category
equals methods checks for the content of the string objects while == checks for the fact that the two String objects point to same memory location ie they are same references. This methods belongs...
Java does not have destructors; but it has finalizers that does a similar job. Garbage collector does the job working in the background Here is the syntax public void finalize(){ } if an object...
Introduction To Geolocation The Position Object The Position Options Object Handling Errors Introduction To Geolocation Geolocation API is used to locate a user’s position in HTML5. Script can capture your latitude and longitude and...
Let us see how to configure the embedded database engines like HSQL, H2 and Derby in Spring framework. Technologies used : Spring 4.1.6.RELEASE jUnit 4.1.2 Gradle Embedded databases used : HSQLDB 2.3.2 H2 1.4.187...
Spring Session provides an API and implementations for managing a user’s session information. Spring Session Features Spring Session makes it trivial to support clustered sessions without being tied to an application container specific solution....
It helps to simplify the development of native Android applications. Spring for Android is a framework that is designed to provide components of the Spring family of projects for use in Android apps. Like...
Spring Batch is a lightweight, comprehensive batch framework designed to enable the development of robust batch applications vital for the daily operations of enterprise systems. Spring Batch provides reusable functions that are essential in...
There are many situations where we require to fetch data from multiple databases and while using JPA sometimes it becomes challenging to create connections with multiple databases through a single application. Hence, in this...
Spring Security SAML Extension allows seamless combination of SAML 2.0 and authentication and federation mechanisms in a single application. All products supporting SAML 2.0 in Identity Provider mode (e.g. Shibboleth, OpenAM, ADFS, Okta, Efecte...
Spring Security OAuth provides support for using Spring Security with OAuth (1a) and OAuth2 using standard Spring and Spring Security programming models and configuration idioms. Features Support for OAuth providers and OAuth consumers Oauth...
Recent Comments