Java
-
Selenium Java Tutorial – Class Name Locator In Selenium
CSS Locator in Selenium is one of the most important aspects of writing a script. If you cannot locate an…
Read More » -
Find Elements With Link Text & Partial Link Text In Selenium
CSS locators in Selenium are a fundamental concept that every tester who aims to perform automation testing with Selenium, should…
Read More » -
Faster JVM Application Warm Up With Zing
The Java Virtual Machine (JVM) provides a managed runtime environment for the safe deployment of applications with performance that can…
Read More » -
Java: Chronicle Bytes, Kicking the Tires
Reading and writing binary data with Java can sometimes be a hassle. Read this article and learn how to leverage…
Read More » -
History and Motivations Behind Java’s Maligned Serialization
Issues related to Java’s serialization mechanism are well-advertised. The entire last chapter of Effective Java 1st Edition (Chapter 10) and…
Read More » -
Java Development Trends: Look Forward Ahead in 2019
In this post, we feature a comprehensive article on Java Development Trends for 2019. Did you know that since its…
Read More » -
A Quick Guide to Spring Boot Login Options
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Object-Relational Mapping (ORM) with NetSuite Data Entities in Java
Object-relational mapping (ORM) techniques make it easier to work with relational data sources and can bridge your logical business model…
Read More » -
Hide It All!
In an earlier post, I wrote the following words: in an object-oriented codebase the kit should be as discrete as…
Read More »