Contribute to JUGIstanbul/java_9_10_workshop development by creating an account on GitHub.
Category: dummyCategory
Java Function Call with Overload
I want to know why the third output is NOT b.Here is my code:public class SimpleTests { public void func(A a) { System.out.println(“Hi A”); } public void func(B b) {
10 Tools Java Developers Should Learn in 2018
We are in the second quarter of 2018 and many programmers have already started making a good process to their goals for 2018, which is very…
Java Interview Guide : 200+ Interview Questions and Answers
200+ Java Interview Questions for Beginners
PDF Generation on Java | Oracle| Java | ITEvol7777
On any project or application is almost certain that the client is going to ask a PDF file generation, the most common way to do it is trough the use or integr
Updates to the Java SE Platform
This blog is the source for news about major Java announcements and the Java community.
Behavioral Design Patterns: Command – DZone Java
This post looks at behavioral design patterns, specifically the command pattern, and how to make an object encapsulate information to perform a specific action.
Join the Octoverse-fest: JavaScript and Java steady as they go – JAXenter
It’s this time of the year again! The State of Octoverse 2018 report is here and it’s rich with data on our favorite programming languages and technologies.
Deploying MicroProfile apps on Microsoft Azure using the Azure Open Service Broker – RHD Blog
This post shows how easy it is to link Java MicroProfile apps to Microsoft Azure services through the Open Service Broker for Azure. To do that, it describes the steps for reproducing a demo application, based on the popular game Minesweeper, that was presented at the recently concluded Microsoft Ignite 2018 conference in Orlando.
GitHub Adds Security Alerts for Java and .NET — ADTmag
The popular code repository and social coding platform recently acquired by Microsoft launched the feature last year, initially covering JavaScript and Ruby. Python coverage was added earlier this year.
Master Java Web Services and REST API with Spring Boot
Learn to develop RESTful and SOAP Java Web Services with Spring and Spring Boot in 90 easy steps
Algorithms and Data Structures in Java – Part II
Data compression, tries, substring search and sorting
Azul Systems Joins OSGi Alliance
Azul’s Zulu Embedded builds of OpenJDK are available for immediate use by the OSGi community
Introducing the Jakarta EE Specification Process
I am very happy to announce that we are publishing a draft of the Eclipse Foundation Specification Process for community review and feedback. This specification process will be used by Jakarta EE a…