Interview with Amadeus Software Labs
Interview with Amadeus Software Labs Interview 1: Q 1. What is the immutable. Q 2. how can you create immutable object. Q 3. How can you create jdbc connection from scratch. Q 4. How can you print hello world without calling. Q 5. class something{ static String n="Sandesh"; something(){ System.out.println(n); } } public class staticExmaple { public static void main(String[] args) { something so = new something(); } } Q 6. Difference between HashMap and HashTable. Q 7. How can use a object in HashMap as a key. Q 8. What's the kernel loading in Linux. Q 9. What's the monolithic and Microkernel. Q 10. What is the thread safe. Q 11. which class, provides the wait, notify etc. Q 12. What's the static method, variable and block. Q 13. Which provides these jdbc drivers. Q 14. How can you print only duplicates using sql. Q 15. HashCode and equals contract. Interview 2: Q1. Diffe...