IT Certifications Quizzes, Questions & Answers
Recent IT Certifications Quizzes
Questions: 63 | Attempts: 102 | Last updated: Mar 20, 2025
-
Sample QuestionGiven: 12. import java.io.*; 13. public class Forest implements Serializable { 14. private Tree tree = new Tree(); 15. public static void main(String [] args) { 16. Forest f = new Forest(); 17. try { 18. FileOutputStream fs = new FileOutputStream("Forest.ser"); 19. ObjectOutputStream os = new ObjectOutputStream(fs); 20. os.writeObject(f); os.close(); 21. } catch (Exception ex) { ex.printStackTrace(); } 22. } } 23. 24. class Tree { } What is the result?
Questions: 10 | Attempts: 129 | Last updated: Mar 16, 2025
-
Sample QuestionTibco Administrator helps to manage users, monitor machines, and deploy applications of Tibco Products. It is designed to check the computing application skills.
Questions: 10 | Attempts: 126 | Last updated: Mar 22, 2025
-
Sample QuestionOracle Hyperion Enterprise is a packaged application that improves departmental financial consolidation and reporting efficiency by streamlining the collection, consolidation, and reporting of financial results in a global environment.
Questions: 10 | Attempts: 303 | Last updated: Mar 20, 2025
-
Sample QuestionWhat Does COBIT Stand for?
Questions: 10 | Attempts: 572 | Last updated: Oct 16, 2025
-
Sample QuestionWhat is type of an entity is ITIL?
Questions: 10 | Attempts: 286 | Last updated: Mar 21, 2025
-
Sample QuestionWhat product does Oracle SOA produce?
Questions: 46 | Attempts: 754 | Last updated: Mar 22, 2025
-
Sample QuestionConsider the following code: 1. class Test { 2. public static void main(String args[]) { 3. double d = 12.3; 4. Dec dec = new Dec(); 5. dec.dec(d); 6. System.out.println(d); 7. } 8. } 9. class Dec{ 10. public void dec(double d) { d = d - 2.0d; } 11. } Which of the following gives the correct value printed at line 6?
Questions: 100 | Attempts: 207 | Last updated: Mar 20, 2025
-
Sample QuestionIndicate which of the following best describes the term software
Questions: 74 | Attempts: 68 | Last updated: Jun 21, 2025
-
Sample QuestionComputer stores
Questions: 10 | Attempts: 337 | Last updated: Mar 22, 2025
-
Sample QuestionWhat is the default size limit of a file that can be uploaded while configuring an IISWeb server?
Advertisement