class 12 information technology 802 book solution

Class 12 IT 802 Unit 3 Fundamentals of Java Programming NCERT Book solution

unit 3 fundamental of java programming ncert solution

Unit 3 – Fundamentals of Java Programming XII Information Technology 802 NCERT Book Exercise Solution Q1. What is Java Bytecode? Answer: Bytecode is a java compiled code, which translated by java compiler from java source code to java bytecode. Java Bytecode is a highly optimized set of instructions. Bytecode is also known as Java class […]

Class 12 IT 802 Unit 3 Fundamentals of Java Programming NCERT Book solution Read More »

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution

class 12 info tech 802 ncert book solution unit 1 database concepts

Unit 1 – Database Concepts NCERT Book Exercise Solution Que 1. Consider the following Employee table: The primary key of this table is Employee_ID and Manager_ID is a foreign key that referencesEmployee_ID. Write SQL commands for the following: (a) Create the above table Answer: CREATE TABLE Employee (Employee_ID integer PRIMARY KEY,Employee_Name VARCHAR(30),Job_Title VARCHAR(25),Salary DECIMAL(10),Bonus INTEGER,Age

Class 12 IT 802 Unit 1 Database concepts NCERT Book solution Read More »

You cannot copy content of this page

Scroll to Top