Java
-

Ship your function
Now a days function as service(FaaS) is trending in serverless area and it is enabling new opportunity that allows to…
Read More » -

Java String API regionMatches()
Quick guide to Java String API regionMatches() Method with Examples. This method is used to compare two sub strings. Syntax:…
Read More » -

Java 8 Optional filter()
A quick example guide to Java 8 Optional filter() Method. filter(Predicate predicate) method used to return a Optional object for…
Read More » -

How to change procedural code into object-oriented one?
What style should Clean Code be written in? Clean Code is not always object-oriented. Sometimes it will be written in…
Read More » -

Java Compress/Decompress String/Data
Java provides the Deflater class for general purpose compression using the ZLIB compression library. It also provides the DeflaterOutputStream which…
Read More » -

Optional ofNullable() method (With Examples)
A quick guide to Optional ofNullable() method in Java 8 API with Example programs. How to use in the real…
Read More » -

Protractor Tutorial: Handling Timeouts With Selenium
A lot of times while performing Selenium test automation, you’ll come across certain scenarios when your test fails due to…
Read More » -

10 JdbcTemplate Examples in Spring Framework
Hello guys, If you have been using the Spring framework then you may know that the JdbcTempalte is one of the most…
Read More » -

Mockito: Cannot instantiate @InjectMocks field: the type is an abstract class
Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. Use this annotation…
Read More »




