排序
What Happened When I Learned Java and Python at the Same Time
What Happened When I Learned Java and Python at the Same Time,This is a story of how I learned Python and Java at the same time, and while doing that, learned a few things about my...
JVM architecture in a nutshell
JVM architecture in a nutshell,We write a code in our IDE, How it is being executed? How does it shows the output which we want (not always!)? This question has perplexed many begi...
Web UI tests reinforcement with webtau framework (Selenium based)
Web UI tests reinforcement with webtau framework (Selenium based),One of the biggest problem with Web UI tests is their brittleness. Moving a page element around or replacing an in...
Want to Learn Java Quickly? Burn All Your Java Tutorial Books
Want to Learn Java Quickly? Burn All Your Java Tutorial Books,Every day, the Java programming world is flooded with beginners who crave to learn the Java language. It’s not surpri...
Qutrunk – open source REST/gRPC interface with GUI
Qutrunk - open source REST/gRPC interface with GUI,I've just open sourced our internal project - Qutrunk. It is a simple REST API interface for interacting with queues. It supports...
Java and TDD – make your software predictable
Java and TDD - make your software predictable,Introduction Modern software development has changed a lot in recent years, not only intrinsically, but also due to the fact that more...
Will Java be as widely used in five years?
Will Java be as widely used in five years?,Interesting interview on our blog with three senior engineers about the future of Java. Interesting points made about cold start ups, hop...
Wipro talent Array Based Question.
Wipro talent Array Based Question.,1) Simple Encoded Array: Maya has stored few confidential numbers in an array (array of int). To ensure that others do not find the numbers easil...
A Maven Custom Archetype
A Maven Custom Archetype, 1. What is Maven Archetype? A maven archetype is a simple artifact and it contains your project related files and configuration. The main benefit of using...
String based question.
String based question.,Question :- Encoding Three Strings: Anand was assigned the task of coming up with an encoding mechanism for any given three strings.He has come up with the f...
Java Daily Coding Problem #006
Java Daily Coding Problem #006, Daily Coding Problems in Java (8 Part Series) 1 Java Daily Coding Problem #001 2 Java Daily Coding Problem #002 ... 4 more parts... 3 Java Daily Cod...
Selenium WebDriver wrapper Framework in Java, which supports Automation of most of the web browsers.
Selenium WebDriver wrapper Framework in Java, which supports Automation of most of the web browsers., What is this Framework about? This is a Selenium WebDriver wrapper Framework w...