#Java

[ follow ]
Medium
4 months ago
Data science

Threads, ThreadPools and Executors-Multi Thread Processing In Java

Provides detailed insights into various implementations of Java's Executor interface and their relationships, highlighting specific use cases. [ more ]
#java
InfoQ
3 weeks ago
Java

Java News Roundup: Java Turns 29, Kotlin 2.0, Semantic Kernel for Java 1.0, More OpenJDK Updates

Java celebrates 29 years with a strong community, numerous releases, and future plans for JavaOne in 2025. [ more ]
Alvinalexander
2 years ago
Scala

Thinking With Types: Summary

In Scala/FP, developers work with types more extensively than in Java/FP. [ more ]
TheServerSide.com
3 years ago
Software development

Why Java devs should switch to Python or R for data science

Java is not the primary choice for data science; Python and R dominate this field due to their open-source nature and rich ecosystem. [ more ]
Alvinalexander
2 years ago
Scala

Functional Programming, Simplified (a Scala book)

Functional Programming, Simplified book provides a comprehensive guide to understanding functional programming, condensing multiple resources into one accessible source. [ more ]
Alvinalexander
1 month ago
JavaScript

A Mac/Java javapackager example (getting the application bundle root directory)

To display an image in a macOS/Java application bundle, the image should be stored in Contents/Resources/Java directory. [ more ]
Alvinalexander
1 month ago
JavaScript

How to build a Mac Java app (OS X 10.9+ and Java 7+)

The article provides an updated solution for bundling Java 14 and newer applications on macOS systems. [ more ]
InfoQ
3 weeks ago
Java

Java News Roundup: Java Turns 29, Kotlin 2.0, Semantic Kernel for Java 1.0, More OpenJDK Updates

Java celebrates 29 years with a strong community, numerous releases, and future plans for JavaOne in 2025. [ more ]
Alvinalexander
2 years ago
Scala

Thinking With Types: Summary

In Scala/FP, developers work with types more extensively than in Java/FP. [ more ]
TheServerSide.com
3 years ago
Software development

Why Java devs should switch to Python or R for data science

Java is not the primary choice for data science; Python and R dominate this field due to their open-source nature and rich ecosystem. [ more ]
Alvinalexander
2 years ago
Scala

Functional Programming, Simplified (a Scala book)

Functional Programming, Simplified book provides a comprehensive guide to understanding functional programming, condensing multiple resources into one accessible source. [ more ]
Alvinalexander
1 month ago
JavaScript

A Mac/Java javapackager example (getting the application bundle root directory)

To display an image in a macOS/Java application bundle, the image should be stored in Contents/Resources/Java directory. [ more ]
Alvinalexander
1 month ago
JavaScript

How to build a Mac Java app (OS X 10.9+ and Java 7+)

The article provides an updated solution for bundling Java 14 and newer applications on macOS systems. [ more ]
morejava
ITPro
4 months ago
Web development

Meta's Code Llama AI coding tool just got a big performance boost

Generative AI coding tool now supports multiple programming languages.
The tool enables users to automatically generate code snippets in Python, C++, Java, PHP, and more. [ more ]
CodeProject
4 months ago
Web development

Implementation of Producer-Consumer problem in C++ and Python

Implementing producer and consumer problem in C++ and Python
Asking for guidance on implementing in C# and Java [ more ]
Entrepreneur
5 months ago
Web development

This Java Programming Bundle Is $24.99 Through January 14th Only | Entrepreneur

Java Programming Certification Bundle on sale for $24.99 (reg. $420) through January 14th only
Bundle includes seven courses and nearly 90 hours of content on the fundamentals of coding with Java. [ more ]
The New Stack
5 months ago
Software development

AWS Gifts Java, Rust Developers with Useful Tools

AWS introduces tools for Java developers to upgrade their systems.
AWS delivers tools for Rust developers to build apps for the AWS cloud. [ more ]
Medium
5 months ago
Scala

Exploring Java, Scala, and Kotlin: A Comprehensive Comparison

Introduction:
In the vast realm of programming languages, Java, Scala, and Kotlin stand out as versatile choices for developers.
TNW | Future-Of-Work
6 months ago
Software development

7 most in-demand programming languages for 2024

Python is a versatile and in-demand programming language, particularly useful for AI and automation tasks.
Java remains a solid and steady performer and is widely used in web development, cloud computing, and enterprise tools. [ more ]
InfoQ
6 months ago
Angular

JHipster 8 Upgrades to Spring Boot 3, Hibernate 6.2, Node 18 LTS, Vue 3 and Angular 16

JHipster version 8.0 has been released with new features including Hashicorp Consul as the default service discovery mechanism and enabled Cross Origin Resource Sharing (CORS)
Support for JDK 20 and JDK 21 has been added, along with upgrades to Hibernate, Maven, Gradle, and various JavaScript dependencies [ more ]
InfoQ
6 months ago
Software development

Javet 3.0.2 Released: Bridging Java and JavaScript with Enhanced Features

Javet 3.0.2 has been released, featuring the latest versions of Node.js and V8.
The platform now supports multiple CPU architectures, expanding its compatibility. [ more ]
InfoQ
6 months ago
Software development

InfoQ Java Trends Report - November 2023

Java Virtual Threads in JDK 21
Commitment to evolve Java language
Increasing community interest in microservice frameworks [ more ]
Alvinalexander
6 months ago
Books

Great 2023 holiday programming gift book (for Java/Kotlin/OOP developers)

The book 'Learn Functional Programming The Fast Way!' has been reduced to $20 for the holidays.
It is written for Java, Kotlin, and object-oriented programming (OOP) developers. [ more ]
Medium
7 months ago
Scala

17 Scala Case Studies in one (free) e-book

Scalac Case Study Book provides insights into the use of Scala in various industries.
Scalac offers team extension services to help companies scale up their projects.
Scalac is a team of experts in Scala, Java, Go, and Rust. [ more ]
Techie Delight
6 months ago
Scala

Guava Int.tryParse() method in Java | Techie Delight

The Ints.tryParse() method is a convenient way to parse strings as integers in Java.
It returns null if the parsing is not successful, instead of throwing an exception like Integer.parseInt().
Ints.tryParse() allows for specifying a default value if the parsing fails, using Guava's Optional class. [ more ]
[ Load more ]