/java
June 14, 2023
A new PostgreSQL blog post/announcement has been posted! Get the full details here: PostgreSQL: PL/Java 1.6.5 released
1
613
0
Hot in Java:
Latest Java Threads
A comprehensive guide to mastering Android app development using Android Studio and Java.
Neil Smyth
Android Studio Koala Essentials...
New
GitHub - spring-rs/spring-rs: spring-rs is a microservice framework written in rust inspired by java’s spring-boot.
spring-rs is a micro...
New
Done poorly, unit testing wastes your time and degrades your code. So pick up the third edition of this book and see how to test properly...
New
To my knowledge, up until now, all Business Process Management (BPM) platforms have been Java based. If you are a Java developer and have...
New
Honest question, do companies still use Java for their new android apps?
I thought everybody was using Kotlin these days.
New
A comprehensive guide to developing Android apps using Android Studio and Java.
Neil Smyth
Android Studio Jellyfish Essentials - Ja...
New
I am trying to develop an app which will make your smartphone act as a “keyboard”. I need it to send different symbols to another devices...
New
How to use the Foreign Function API in Java 22 to Call C Libraries | Ife Sunmola.
Using Java’s Foreign Function API to Call C like fopen...
New
Hi,
Take a riveting look at exception handling in Java programming, including the complicated dance between try-catch blocks, checked an...
New
Javalin - A lightweight Java and Kotlin web framework. Create REST APIs in Java or Kotlin easily…
Javalin - A lightweight Java and Kotli...
New
HOT IN Java THIS WEEK!
HOT IN Java THIS MONTH!
HOT IN Java THIS YEAR!
The Pragmatic Programmers classic is back! Freshly updated for modern software development, _Pragmatic Unit Testing in Java 8 With JUnit_...
New
I am creating an app that allows user to enter values and depending on the value a number of textviews are changed programmatically from ...
New
How to write reusable Java code.
Maximizing code reuse in your Java programs means writing code that is easy to read, understand, and ma...
New
A Return to WebAssembly for the Java Geek - JVM Advent.
Welcome back, my dear Java Geek! Last year we compared WebAssembly and discussed...
New
A comprehensive guide to developing Android apps using Android Studio and Java.
Neil Smyth
Android Studio Jellyfish Essentials - Ja...
New
Javalin - A lightweight Java and Kotlin web framework. Create REST APIs in Java or Kotlin easily…
Javalin - A lightweight Java and Kotli...
New
I am trying to develop an app which will make your smartphone act as a “keyboard”. I need it to send different symbols to another devices...
New
Honest question, do companies still use Java for their new android apps?
I thought everybody was using Kotlin these days.
New
How to use the Foreign Function API in Java 22 to Call C Libraries | Ife Sunmola.
Using Java’s Foreign Function API to Call C like fopen...
New
Hi,
Take a riveting look at exception handling in Java programming, including the complicated dance between try-catch blocks, checked an...
New
GitHub - spring-rs/spring-rs: spring-rs is a microservice framework written in rust inspired by java’s spring-boot.
spring-rs is a micro...
New
Done poorly, unit testing wastes your time and degrades your code. So pick up the third edition of this book and see how to test properly...
New
A comprehensive guide to mastering Android app development using Android Studio and Java.
Neil Smyth
Android Studio Koala Essentials...
New
To my knowledge, up until now, all Business Process Management (BPM) platforms have been Java based. If you are a Java developer and have...
New
HOT IN Java THE LAST THREE YEARS!
I am trying to crate a game for the Nintendo switch, I wanted to use Java as I am comfortable with that programming language. Can you use...
New
I’m working on a Spring Boot project and I have a controller where I want to map multiple request paths to a single method. Let’s say I h...
New
Effectively reading and understanding existing code is a developer’s superpower. In this book, you’ll master techniques for code profilin...
New
Dodge the common mistakes that even senior developers make, take full advantage of static analysis tools, and deliver robust and error-fr...
New
Data-Oriented Programming teaches you to design applications using the data-oriented paradigm.
Yehonathan Sharvit
Data-Oriented Pr...
New
Hi guys, I’m trying to do multi ussd with java on android, I can’t do it.
I looked at the documentation of telephonyManager on android, ...
New
Write effective and useful tests with the Mockito framework. Distinguish between mocks, stubs, and spies, and feel confident about when a...
New
8 Reasons why Clojure is a better Java than Java.
Clojure is better than Java at its own game. Using code examples, we dive into what ma...
New
Martin Thompson On How To Manage Software Complexity | The Engineering Room Ep. 4.
In this episode, Dave Farley chats with Martin Thomps...
New
Learn and apply the powerful streams API and lambda expressions to create highly expressive, concise, and maintainable functional style c...
New
Get up to speed with the changes in the Java language from version 9 to 19 and apply the amazing features in your application to improve ...
New
Hello all, I am new to learning Java Programming and want to learn java from scratch. I was writing a Java program to get the first and l...
New
Quantum Computing in Action shows you how to leverage your existing Java skills into writing your first quantum software, so you’re ready...
New
Build and deliver production-grade cloud-native apps with Spring framework and Kubernetes.
Thomas Vitale
In Cloud Native Spring in ...
New
I wrote this code to calculate Fibonacci numbers by specifying the size. The results are correct, however the one thing that concerns me ...
New
HOT IN Java THIS Over 3 Years!
Billed as the ultimate rating of modern programming languages yet Python and Rust only gets two stars :rofl: but good news for erlang-eli...
New
Learn Functional Programming by building a complete web application that uses Kotlin, TDD with end-to-end tests, and CQRS and Event Sourc...
New
The version of Java installed with Android Studio on my Mac is the following (when I run java -version)
openjdk version "1.8.0_242-...
New
As one of my New Year resolutions is to read more tech I’ve decided on an attempt to document my travels in Mannings Modern Java in Actio...
New
Typing is Hard
Type Checking and Type Inference
Common terms
Completeness
Soundness
Decidability
Hindley-Milner Type System
Dependent t...
New
I’ve never really felt 100% comfortable using the enum type because of my lack of understanding how it is constructed . . .
. . . until ...
New
During a recent code review I came across this scenario:
Code in review
if (input.getValue() != null) {
return Arrays.asList(value);...
New
Kevin Brothaler
edited by Susannah Davidson Pfalzer
This book will teach you everything you need to know to create compelling graphics o...
New
The perspective of an ignorant computer science undergrad
It’s likely that you read the title of this post and thought “what is this guy ...
New
Lambda expressions are lightweight, highly concise anonymous methods backed by functional interfaces in Java 8. You can use them to leap ...
New
Improve your coding skills by comparing your code to that of expert programmers, and write code that’s clean, concise, and to the point.
...
New
Pulsar contributor David Kjerrumgaard teaches the skills you need to deploy a Pulsar server, ingest data from third-party systems, and de...
New
Teams working on the JVM can now say goodbye forever to misunderstood requirements, tedious manual acceptance tests, and out-of-date docu...
New
For the first time in the history of TIOBE’s index, Java has slipped out of the top two, leaving Python to occupy the spot behind reignin...
New
For anyone interested in Elixir or functional programming we have a webinar that we’re sure will be helpful for you.Juliana Helena will ...
New
Java
Classification:
Programming Language
Forum Category:
Backend
Threads:
67
"Java is a general-purpose programming language that is class-based and object-oriented."
- Follow
- Join
- Shape
the conversation
Latest Java Jobs
Featured Java Book
Latest Java Learning Resources
Android Studio Koala Essentials-Java Edition (PragProg)
Backend Learning ResourcesPragmatic Unit Testing in Java with JUnit, Third Edition (PragProg)
Backend Learning ResourcesAndroid Studio Jellyfish Essentials - Java Edition (PragProg)
Backend Learning ResourcesPrivacy-Preserving Machine Learning (Manning)
Backend Learning Resources100 Java Mistakes and How to Avoid Them (Manning)
Backend Learning ResourcesJava Persistence with Spring Data and Hibernate (Manning)
Backend Learning ResourcesCloud Native Spring in Action (Manning)
Backend Learning ResourcesJava Events (WIP)
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!
Filter by Type:
My Saved Portals
-
None saved yet