Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

tgk streamline solutions


{ City } chennai
< Country > india
* Profession * hr manager
User No # 126194
Total Questions Posted # 86
Total Answers Posted # 351

Total Answers Posted for My Questions # 101
Total Views for My Questions # 107109

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { tgk streamline solutions }

Question { 14020 }

What is a Queue?


Answer

A linear data structure that executes operations in FIFO order is called a queue.
Rather than a stack in a queue, the elements that have been added the least recently are eliminated first.

Is This Answer Correct ?    0 Yes 0 No

Question { 7589 }

what is LINUX?


Answer

Linux is an open-source operating system kernel that forms the basis for various Linux distributions.

Is This Answer Correct ?    0 Yes 0 No


Question { Ericsson, 11041 }

what is sql.


Answer

SQL (Structured Query Language) is a language used to interact with relational databases. It allows users to query, insert, update, and delete data.

Is This Answer Correct ?    0 Yes 0 No

Question { 6020 }

what is a stack


Answer

A linear data structure that executes operations in Last In First Out (LIFO) order is referred to as a stack.
Only the topmost element in a stack can be accessed, followed by the bottom element.

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 10885 }

What is the difference between SQL and PLSQL


Answer

• SQL (Structured Query Language):
o Used to interact with databases (e.g., querying, inserting, updating data).
o Declarative in nature.
• PL/SQL (Procedural Language/SQL):
o Procedural extension of SQL in Oracle.
o Supports loops, conditions, and error handling.
o Used for creating functions, triggers, and stored procedures.

Is This Answer Correct ?    0 Yes 0 No

Question { 1907 }

What is PL/SQL ?


Answer

PL/SQL refers to Procedural Language/Structured Query Language. It is a programming language extension of SQL that allows you to write procedural code, such as loops, conditional statements, exception handling, and SQL statements. PL/SQL is mainly used for developing database applications and stored procedures within Oracle Database.

Is This Answer Correct ?    0 Yes 0 No

Question { Amazon, 1413 }

What is the difference between delete and delete[]


Answer

• delete: Frees memory allocated for a single object.
• delete[]: Frees memory allocated for an array of objects.

Is This Answer Correct ?    0 Yes 0 No

Question { 804 }

What are generators in Python?


Answer

Generators in Python are a special type of function that return an iterator and allow you to iterate through a sequence of values lazily, meaning they produce values one at a time and only when requested. Instead of using return, generators use the yield keyword to return values. This makes generators memory-efficient, especially for large datasets, as they generate values on the fly rather than storing the entire sequence in memory.

Is This Answer Correct ?    0 Yes 0 No

Question { Cognizant, 1559 }

what is a structure in c#


Answer

A structure is a user-defined data type that groups variables of different types under one name.

Is This Answer Correct ?    0 Yes 0 No

Question { 1678 }

What is a Database?


Answer

A database is an organized collection of data that allows for easy access, retrieval, and management. It is used to store, manage, and process data efficiently.

Is This Answer Correct ?    0 Yes 0 No

Question { HPCL, 1739 }

Explain different types of Normalization.


Answer

• 1NF (First Normal Form) – Eliminates duplicate columns, ensures atomicity.
• 2NF (Second Normal Form) – Removes partial dependencies.
• 3NF (Third Normal Form) – Removes transitive dependencies.
• BCNF (Boyce-Codd Normal Form) – Ensures every determinant is a candidate key.

Is This Answer Correct ?    0 Yes 0 No

Question { 1575 }

What is the use of history object?


Answer

From the current page or another page, you can navigate back and forward to previous pages using a browser's history object. History objects can be used in three different ways.

The previous page is loaded using history.back().
The next page is loaded using history.forward().

heritage.go(number) - For forward motion, the number might be positive; for backward motion, it can be negative. The specified page number loads.

Is This Answer Correct ?    0 Yes 0 No

Question { 1624 }

Difference between Client side JavaScript and Server side JavaScript?


Answer

Client-side The fundamental language and predefined objects needed to operate JavaScript in a browser are included in JavaScript. The HTML pages directly embed the client-side JavaScript. This script is interpreted at runtime by the browser.

Is This Answer Correct ?    0 Yes 0 No

Question { 1820 }

What is JavaScript?


Answer

JavaScript is a language for writing scripts. The Java language is not the same as this. The language is cross-platform, lightweight, and object-based. Client-side validation makes extensive use of it. The web browser's JavaScript code must be translated by the JavaScript Translator, which is built within the browser.

Is This Answer Correct ?    0 Yes 0 No

Question { 1820 }

What is JavaScript?


Answer

JavaScript is a lightweight, interpreted, and dynamic programming language used for creating interactive web pages. It is primarily used for front-end development but can

Is This Answer Correct ?    0 Yes 0 No

Prev     1   [2]    3  ... 5   ... 7   ... 9   ... 11   ... 13   ... 15   ... 17   ... 19   ... 21   ... 23    Next