Join Regular Classroom : Visit ClassroomTech

Author name: Code Window

SQL Syntax

SQL is followed by unique set of rules and guidelines called Syntax. This tutorial gives you a quick start with SQL by listing all the basic SQL Syntax: All the SQL statements start with any of the keywords like SELECT, INSERT, UPDATE, DELETE, ALTER, DROP, CREATE, USE, SHOW and all the statements end with a

SQL Syntax Read More »

Java Interview Questions

Q1. What is Encapsulation?Answer Encapsulation provides objects with the ability to hide their internal characteristics and behavior. Each object provides a numberof methods, which can be accessed by other objects and change its internal data. In Java, there are three access modifiers: public, private and protected. Each modifier imposes different access rights to other classes, either

Java Interview Questions Read More »

Wipro NLTH Aptitude

Wipro Model Placement Paper This paper consist of some aptitude and technical questions. Aptitude Questions 1. 12 members were present at a board meeting. Each member shook hands with all of the other members before & after the meeting.How many hand shakes were there? a) 130 b) 134 c) 132 d) 135 Answer : 132

Wipro NLTH Aptitude Read More »

Essay Writing

Essay Writing – 1 Inside a T-school there will always be many interest based associations like committees and clubs. Were you a part during the last three years? If yes, why did you choose to be a part of the same? What do you think are there any merits of being a part of such

Essay Writing Read More »

Automata Fixing

In any program, there are three types of errors.1. Syntax Error that is for violation of grammar2. Logical Errors that is for errors occur during coding process.3. Run Time Errors that occurs when we attempt to run the ambiguous instructions. Find out the errors Explanation:Here in the 6th line ‘b’ is  used but it is

Automata Fixing Read More »