Tag: programming languages
Questions Related to programming languages
-
True
-
False
-
Compilation Error
-
Run Time Error
-
Hello world \n Goodbye world
-
Hello world
-
Compilation Error
-
Run Time Error
-
Derived
-
Compilation Error in Main mehod
-
Compilation Error due to Derived class
-
Run Time Error
-
The class is fully encapsulated.
-
The code demonstrates polymorphism.
-
The ownerName variable breaks encapsulation
-
The cardlD and limit variables break polymorphism.
-
class Man extends Dog { }
-
class Man implements Dog { }
-
class Man { private BestFriend dog; }
-
class Man { private Dog bestFriend; }
-
class Man { private Dog }
-
class Man { private BestFriend }
-
JDBC is an API to connect to relational-, object- and XML data sources
-
JDBC stands for Java DataBase Connectivity
-
JDBC is an API to access relational databases, spreadsheets and flat files
-
JDBC is an API to bridge the object-relational mismatch between OO programs and relational