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...

glibware soft solutions


{ City } 503
< Country > india
* Profession * business
User No # 125964
Total Questions Posted # 32
Total Answers Posted # 337

Total Answers Posted for My Questions # 44
Total Views for My Questions # 39052

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { glibware soft solutions }

Question { 1172 }

What is the difference between overloading and overriding?


Answer

• Overloading: Same function name, different signatures.
• Overriding: Redefining a base class's function in a derived class using the same signature.

Is This Answer Correct ?    0 Yes 0 No

Question { 1009 }

What is the difference between cron and anacron?


Answer

• cron runs scheduled tasks at specific times but requires the system to be running.
• anacron runs scheduled tasks but ensures missed tasks run when the system is back online.

Is This Answer Correct ?    0 Yes 0 No


Question { 1278 }

What is lifo?


Answer

The acronym LIFO stands for Last In First Out.
Data can be accessed, stored, and retrieved using this method.
The data that was last stored is the first to be extracted.

Is This Answer Correct ?    0 Yes 0 No

Question { 1246 }

What are dynamic data structures?


Answer

The ability to grow and shrink while a program executes is a property of dynamic data structures. Because it adapts to the scale of the data to be edited, it offers a particularly versatile technique of data manipulation.

Is This Answer Correct ?    0 Yes 0 No

Question { 1877 }

What is a graph?


Answer

A specific kind of data structure that has a collection of ordered pairings is called a graph.
Another name for the ordered pairs in a graph is arcs or edges. Connecting nodes where data can be stored and accessed is their most popular use.

Is This Answer Correct ?    0 Yes 0 No

Question { 1467 }

What are packages in java?


Answer

Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.

Is This Answer Correct ?    0 Yes 0 No

Question { 1467 }

What are packages in java?


Answer

Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.

Is This Answer Correct ?    0 Yes 0 No

Question { 1467 }

What are packages in java?


Answer

Packages in Java can be defined as the grouping of related types of classes, interfaces, etc providing access to protection and namespace management.

Is This Answer Correct ?    0 Yes 0 No

Question { 1619 }

What is the standard template library (stl)?


Answer

• STL is a collection of templates for data structures (like vector, list), algorithms, and iterators.

Is This Answer Correct ?    0 Yes 0 No

Question { 1241 }

Which python library is built on top of matplotlib and pandas to ease data plotting?


Answer

To make data visualization easier, the Python package Seaborn was developed on top of matplotlib and pandas. It is a Python data visualization toolkit that offers a high-level interface for creating meaningful statistical graphs.

Is This Answer Correct ?    0 Yes 0 No

Question { 1897 }

What is the difference between = and == in python?


Answer

- `/` is the true division operator that always returns a float result, even if both operands are integers.
```python
result = 7 / 3 # Returns 2.3333...
```
- `//` is the floor division operator, which returns the largest integer less than or equal to the result.
```python
result = 7 // 3 # Returns 2
```

Is This Answer Correct ?    0 Yes 0 No

Question { 1726 }

Is python case-sensitive?


Answer

Python does care about case. This indicates that it considers identifiers with different cases—like variable names, function names, etc.—to be separate. In Python, for instance, there are two identifiers: variable and variable.

Is This Answer Correct ?    0 Yes 0 No

Question { 1726 }

Is python case-sensitive?


Answer

Python does care about case. This indicates that it considers identifiers with different cases—like variable names, function names, etc.—to be separate. In Python, for instance, there are two identifiers: variable and variable.

Is This Answer Correct ?    0 Yes 0 No

Question { 1223 }

What is the difference between 'is' and '==' in python?


Answer

`is` checks if two objects are the same in memory (identity), while `==` checks if two objects have the same value.

Is This Answer Correct ?    0 Yes 0 No

Question { 1561 }

What are operators?


Answer

The unique kinds of symbols called operators are employed to carry out certain operations on variables and values.

Is This Answer Correct ?    0 Yes 0 No

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