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

Contact: java.response.email@gmail.com
Download Telegram
Diamond Pattern
#Source_code
#36
Media is too big
VIEW IN TELEGRAM
Leveraging Java Platform Innovation for your Business

Complexity and risk are inherent in application development; therefore, it is important for IT leaders and decisions makers to understand the options to maximize efficiency and achieve business goals.
Pattern1
#Source_code
#37
Pattern 2
#Source_code
#38
Pattern 3
#Source_code
#39
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