Tag: embedded technologies
Questions Related to embedded technologies
What is the output for the following lines of code? 1: System.out.println(" " +2 + 3); 2: System.out.println(2 + 3); 3: System.out.println(2 + 3 +""); 4: System.out.println(2 + "" +3);
What is interrupt latancy