Smooth Views
Thursday, 17 May 2018
Mokito
›
package com.in28minutes.springboot.controller; import static org.junit.Assert.assertEquals; import java.util.Arrays; import org.junit.Te...
Monday, 16 April 2018
WebMvcConfigurerAdapter
›
package com.leejo.config; import java.util.Properties ; import javax.sql.DataSource; import org.apache.commons.dbcp2.BasicDataSource; i...
Monday, 2 April 2018
Java 8
›
forEach() method in Iterable interface Whenever we need to traverse through a Collection, we need to create an Iterator whose whole purpose...
Wednesday, 28 March 2018
Javascript Validation Code to Block Free Emails (Gmail, Yahoo) & Allow Business Emails in Forms
›
Leejo. <html> <head> < script src=" https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></s...
Friday, 16 March 2018
Jdbctemplate ,jpareposcutry
›
JPA Using JpaRepository JdbcTemplate operations 1.jdbcTemplate.query(qry, new BookMapper());----getting 2.jdbcTemplate.queryForObj...
Spring ioc di
›
spring 1.What is Inversion of Control? .Inversion of Control is a principle in software engineering by which the control of objects or por...
Java class loader
›
What is Java ClassLoader? We know that Java Program runs on Java Virtual Machine (JVM). When we compile a Java Class, it transforms it in t...
›
Home
View web version