Technology Questions
Practice Technology MCQs with answers and explanations. Page 12 of 79.
Category
Interview
Topic
Technology
Page
12 / 79
Mode
Practice
Questions
Open any question to view the answer and explanation.
In SAP FICO production support, what is meant by a support ticket, and which of the following is a typical example?
Open
View answer
In a Java servlet based web application, how can a developer send HTML output directly to the client browser from inside the servlet?
Open
View answer
In Oracle PL/SQL, what is the difference between the %TYPE and %ROWTYPE attributes when declaring variables?
Open
View answer
In Java programming, what is meant by the term interpreter inside the Java platform?
Open
View answer
In iOS development, which core object is created by the UIApplicationMain function when an app launches?
Open
View answer
In C programming, what does the declaration int (*p[5])(); mean with respect to functions and pointers?
Open
View answer
In object oriented programming, when is it better to use standard container classes instead of raw arrays?
Open
View answer
In Android development, which items are essential components of every basic Android application project?
Open
View answer
In relational databases, what is the difference between a View and a Materialized View?
Open
View answer
In data warehousing, what is meant by a Bus Schema in dimensional modeling?
Open
View answer
In SQL, what is a correlated subquery and how does it differ from a simple subquery?
Open
View answer
In user interface programming, what is the difference between a ListView and a TreeView control?
Open
View answer
In Microsoft data access technologies, what is the simple difference between DAO, RDO and ADO?
Open
View answer
In Oracle, what is SQL*Plus and what are its main features for working with SQL and PL/SQL?
Open
View answer
In the core Java API, which of the following are examples of final classes that cannot be subclassed?
Open
View answer
In Java AWT, which top level containers use BorderLayout as their default layout manager?
Open
View answer
Consider the following Java method:
void waitForSignal() {
Object obj = new Object();
synchronized (Thread.currentThread()) {
obj.wait();
obj.notify();
}
}
Which of the following statements about this code is true?
Open
View answer
In the core Java API, which class has only one public field named TYPE?
Open
View answer
In HTML, which attribute of the <script> tag was traditionally used to indicate the JavaScript version?
Open
View answer
In iOS development, which built in support does the platform provide for working with JSON data?
Open
View answer
Practice smarter
Solve a few questions daily and revisit weak topics regularly to improve accuracy.