fa
Feedback
Coding Mcq’s

Coding Mcq’s

رفتن به کانال در Telegram

Do join for coding McQ’s‼️ All types of Programming Questions, Answer & Mcq's 🧠👨‍💻

نمایش بیشتر
9 133
مشترکین
-524 ساعت
-537 روز
-17030 روز
آرشیو پست ها
Which method in the String class is used to compare two strings for equality, ignoring case differences?
Anonymous voting

Which of the following is the correct way to declare an array in Java?
Anonymous voting

Which of the following statements about garbage collection in Java is true?
Anonymous voting

Which keyword is used in Java to synchronize access to an object or method to prevent thread interference and memory consistency errors?
Anonymous voting

Which of the following is true about the Set interface in Java?
Anonymous voting

Which exception is thrown when trying to access an element with an index that is out of bounds for an array, ArrayList, or String?
Anonymous voting

Which feature of Java ensures that a class can extend only one class?
Anonymous voting

What is the purpose of the super keyword in Java?
Anonymous voting

Which of the following correctly describes an abstract class in Java?
Anonymous voting

What does the static keyword in Java indicate?
Anonymous voting

Which of the following is used to handle exceptions in Java?
Anonymous voting

What is the size of the char data type in Java?
Anonymous voting

What is the default value of a boolean variable in Java?
Anonymous voting

In Java, which of the following is true about a static method?
Anonymous voting

Which of the following is not a valid Java identifier?
Anonymous voting

What is the purpose of the finalize() method in Java?
Anonymous voting

What does the && operator do in C?
Anonymous voting

In C, what is the purpose of the return 0; statement in the main function?
Anonymous voting

Which of the following data types in C has the largest storage capacity?
Anonymous voting

What is the purpose of the #include directive in C?
Anonymous voting