Technology Questions
Practice Technology MCQs with answers and explanations. Page 30 of 79.
Category
Interview
Topic
Technology
Page
30 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In Java, what is a common usage of object serialization, and which checked exception is most commonly associated with serialization and deserialization operations?
Open
View answer
In Java programming, what is the main purpose of garbage collection in the Java Virtual Machine (JVM), and when is it automatically used during program execution?
Open
View answer
In Java programming, when is the finalize() method called by the Java Virtual Machine (JVM), and what is the purpose of the finalization process?
Open
View answer
In Java, what is a marker interface and why is it used in the design of the Java class libraries?
Open
View answer
In Java, consider the invalid class header written as \"X implements Y extends Z\". What actually happens if you attempt to compile a class declaration that uses implements before extends in this way?
Open
View answer
In Java, which of the following statements about extending classes and implementing interfaces is valid according to the language rules?
Open
View answer
In Java programming, what is a package and why is it used when organizing classes and interfaces in a project?
Open
View answer
In JDBC, which type of database driver is generally considered the fastest and most suitable for production use?
Open
View answer
In Java, if a subclass data member hides a data member with the same name in its superclass, how can a method in the subclass access the original superclass field?
Open
View answer
In modern software development, how can you make sure that the third party dependencies used by your application are safe and trustworthy?
Open
View answer
In Java, what is the difference between creating a String with the new keyword and creating a String using a string literal?
Open
View answer
When you call a database stored procedure from Java, how can you handle error conditions and propagate them back to the application code?
Open
View answer
In the Java programming language, what name is given to reserved words such as class, if, and static that have a special meaning in the language grammar?
Open
View answer
Which of the following statements best describes the JavaScript language that is commonly used in web development?
Open
View answer
In JavaScript, is it possible to nest one function inside another function, and what does this allow you to do in your code design?
Open
View answer
In C programming, what does the compiler warning \"implicit declaration of function\" usually mean, and how should you fix this problem?
Open
View answer
In Java, how many constructors can a single class define according to the language rules?
Open
View answer
In modern Apple development tools such as Xcode, which compiler technology does Apple primarily use to compile C, C++, and Objective C code?
Open
View answer
In cloud computing architecture, what are the main service layers that cloud providers commonly offer to customers?
Open
View answer
In cloud computing, how does the cloud model provide on demand functionality to users and organizations?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.