Submitted by heartin on Wed, 01/01/2020 - 10:18
Technologies and methodologies changes over time. We will have to learn new things and improve ourselves. We will list out few things that we will be focusing on in 2020. The list will be updated as priorities change.
-
Java 11 is the latest LTS version. Our current primary focus is to use at least Java 11 for all code within this website. We will also explore all other Java versions that have come after Java 11.
Submitted by heartin on Sat, 07/11/2020 - 07:27
Submitted by trainso on Sat, 07/11/2020 - 03:06
Submitted by trainso on Sat, 07/11/2020 - 02:56
Submitted by trainso on Sat, 07/11/2020 - 02:55
Topic 1: Arrays
-
Write a method that accept two strings and check if two strings are anagrams (or permutations of each other). Example: "aaba" and "aaab" should return true. But "aaba" and "aabb" should return false. Test the method by passing positive and negative cases from the main method.
Question sets:
With answers: set-28, set-30 [node:read-more:link]
Pages