163 subscribers
3.42K photos
24 videos
39 files
371 links
Link: @java_posts

Contact: java.response.email@gmail.com
Download Telegram
Pattern 4
#Source_code
#40
This media is not supported in your browser
VIEW IN TELEGRAM
Found it on YouTube. Still watching lol.
Pattern 5
#Source_code
#41
Sort binary array in linear time

Given a binary array, sort it in linear time and constant space. The output should print all zeroes, followed by all ones.

#Data_structure
#Output
#Input
Java
Sort binary array in linear time Given a binary array, sort it in linear time and constant space. The output should print all zeroes, followed by all ones. #Data_structure #Output #Input
Practice this problem

A simple solution would be to count the total number of 0’s present in the array, say k, and fill the first k indices in the array by 0 and all remaining indices by 1.

#Source_code
#Data_structure
Media is too big
VIEW IN TELEGRAM
Java Management Service

Java Management Service (JMS) is a reporting and management service within Oracle Cloud Infrastructure (OCI). JMS can track Java usage running on OCI; on on-premises desktops, laptops, and servers; and on third-party cloud services. It also monitors the Java Development Kit, Java Runtime Environment, and GraalVM. We give an overview, vision, roadmap, architecture, and demo of JMS capabilities.
Pattern 6
#Source_code
#42
Pattern 7
#Source_code
#43
Pattern 8
#Source_code
#43
Pattern 9
#Source_code
#44
Media is too big
VIEW IN TELEGRAM
Java Modules in Real Life
Get advice on why, when, when not,and how to use Java modules in real life for your Java projects.