Using the keyword “interface” you can fully abstract a class interface from its implementation. i.e., using an interface you can […]
Category: Technology
C – Questions [C Language Technical Questions ]
1.What does static variable mean? 2.What is a pointer? 3.What is a structure? 4.What are the differences between structures and […]
Data Structure Questions
1.What is a data structure? 2.What does abstract data type means? 3.Evaluate the following prefix expression " ++ 26 + […]
CPP – Questions [CPP Language Technical Questions ]
1.What is a class? 2.What is an object? 3.What is the difference between an object and a class? 4.What is […]
Introduction to Java
Introduction Programming with traditional language such as COBOL, PASCAL, FORTRAN, and C in referred as procedure oriented programming (POP). […]
Data types in Java
Data types: Data types are used to declare variables in Java programs are For Integers:byte: -128 to 127 short: -32768 […]
Operators in Java
Operators: Arithmetic Operators: +, -, *, /, %, ++, --, +=, -=, *=, /=. Relational Operators: >, <, >=, <=, ==, !=. […]




