Technology. People. Imagination.
Category: Home
Java Collections – Collections in Java – HowToDoInJava
Java Collections framework is consist of the interfaces and classes which helps in working with different types of collections such as lists, sets, maps, stacks and queues etc.
Top 20 Spring MVC Interview Questions and Answers
The Spring MVC framework is one of the most popular Java frameworks for developing web applications. If you have been working in Java and t…
Payara for Beginners – Adding Payara Server to IntelliJ IDEA
Follow the steps in this blog to setup the Payara Server in IntelliJ for running your web apps.
Applying Concurrency Cookbook Recipes to SPEC JBB
Monica Beckwith talks about how she followed the recipes appearing in Doug Lea’s cookbook and applied them to SPEC JBB, and report her findings. Key takeaways: an introduction to relaxed memory consistency as implemented in Java, a presentation of their performance analysis methodology, and a detailed report on the performance implications of memory barriers.
HTTP/2 in Payara Platform 5
Payara Platform 5 brought with it an implementation of Servlet 4.0, which itself contains support for HTTP/2. HTTP/2 support in Java has been fairly obscure for JDK 8 users, causing issues for many. All Payara Server 5 versions before 5.183 have both HTTP/2 and HTTP/2 server push enabled by default.
10 Data Structure, Algorithms, and Programming Courses to Crack Any Coding Interview
Many junior developers dream of making it at one of the larger tech companies, but, to be honest with you, getting your first job is never…
How to Remove Duplicates from Unsorted Array in Java? [Solved]
This is one of the common technical interview questions which are asked to entry-level programmers and software engineers. There are also a…
Oracle’s Java 12 adds developer productivity features
Oracle Java SE 12, the latest version of the Java Platform Standard Edition, delivers features to improve programmer productivity, including innovations in garbage collection and code refactoring.
Firecracker First Look
Learn the basics of Firecracker, an exciting new tool for managing virtual machines for serverless applications.