why map is not part of collection interface in Java
Anonymous
Asked below questions in 25 mins interview - 1) Bit about Blockchain & ledger & benefits of blockchain. 2) Give the output of given code. Employee e1 = new Employee("Employee"); Employee e2 = new Employee("Employee"); Set empSet = new TreeSet(); empSet.add(e1); empSet.add(e2); System.out.println(empSet.size()); 3) Write a code for one problem Arrange the numbers in the array - {-1, 1, 1, -1, -1, 1, 1, -1} such that all -1 are on left & 1 on right. 4) Use of actuator in springboot 5) Types of indexes in sql
Check out your Company Bowl for anonymous work chats.