A Video Rental Inventory System The goal of this project is to design and implement a simple inventory control system for a small video rental store. Define least two classes: a class Video to model a video and a class ...Read more
SIKSHAPATH Latest Questions
Given the following table containing information about employees of an organization, develop a small java application, which accepts employee id from the command prompt and displays the following details as output: Emp No Emp Name Department Designation and Salary
Internshala android app development final test answers 1.Koto needs to make a layout in which all the Views are aligned in a straight line. Which layout should Koto prefer for making this layout? ANSWER: ( C ) LinearLayout 2.fun main() { var a = ...Read more
Create an application to save the employee’s information using arrays.
Chef and Chefina are at positions X and Y on a number line. They both love badminton. It is known that badminton courts are located at every integer point. They want to find a court such that the maximum distance travelled by either of them is ...Read more
The value of the variable result after running the code snippet below is ____
The term: Robota was introduced by a. Victor Scheinman b. Joseph Engelberger c. Karel Capek d. Isaac Asimov
Which data structure is required to convert the infix to prefix notation? A. Binary tree B. Linked list C. Stack D. Queue
Which ONE WILL DELETE THE TABLE DATA AS WELL AS TABLE STRUCTURE? A. TRUNCATE B. DROP C. DELETE D. BOTH A & B