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

nashi informatics solutions


{ City } chennai
< Country > india
* Profession *
User No # 125947
Total Questions Posted # 479
Total Answers Posted # 668

Total Answers Posted for My Questions # 836
Total Views for My Questions # 366828

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Answers / { nashi informatics solutions }

Question { 1604 }

what are bit fields in c?


Answer

Bitfields allow allocation of a specific number of bits to structure members.

Is This Answer Correct ?    0 Yes 0 No

Question { 1355 }

What is the final keyword in java?


Answer

The term final is a predefined word in Java that is used while declaring values to variables. When a value is declared using the final keyword, then the variable's value remains constant throughout the program's execution.

Is This Answer Correct ?    0 Yes 0 No


Question { 1150 }

What is the difference between struct and class in c#?


Answer

• struct: Members are public by default.
• class: Members are private by default.

Is This Answer Correct ?    0 Yes 0 No

Question { 1164 }

What are loops in java?


Answer

You would use a loop to execute a statement or a block of statements repeatedly.

Is This Answer Correct ?    0 Yes 0 No

Question { 1138 }

What is an infinite loop?


Answer

An endless loop never stops running and has no conditions. By defining any breaking logic in the body of the statement blocks, you can end an infinite loop.

Is This Answer Correct ?    0 Yes 0 No

Question { 1161 }

What is inheritance in java?


Answer

In Java, inheritance refers to the idea that a class's properties can be passed down to another class. It facilitates code reuse and builds connections between various classes.

Is This Answer Correct ?    0 Yes 0 No

Question { 1731 }

What is a class loader?


Answer

The classloader is a component of the Java Runtime Environment (JRE) that is produced or executed when the bytecode is running.Java classes and interfaces must be dynamically loaded into the JVM (Java Virtual Machine) using the class file classloader. The Java runtime system does not require knowledge of files and file systems due to classloaders.

Is This Answer Correct ?    0 Yes 0 No

Question { 1090 }

What is a marker interface?


Answer

An empty interface in Java is referred to as a Marker interface. Serializable and Cloneable are some famous examples of Marker Interface.

Is This Answer Correct ?    0 Yes 0 No

Question { 1377 }

Why packages are used?


Answer

Java uses packages to manage access, avoid naming conflicts, and facilitate finding and using classes, interfaces, and other components.

Is This Answer Correct ?    0 Yes 0 No

Question { 2048 }

When a byte datatype is used?


Answer

An 8-bit signed two-complement integer is called a byte. Bytes support a minimum value of -128 and a maximum value of 127. It is employed when memory conservation is required and the required range of numbers is -128 to 127.

Is This Answer Correct ?    0 Yes 0 No

Question { 1424 }

What is a pointer in c?


Answer

A pointer is a variable that stores the memory address of another variable.

Is This Answer Correct ?    0 Yes 0 No

Question { 1699 }

What is the difference between malloc() and calloc()?


Answer

 malloc(): Allocates a single block of memory without initializing it.
 calloc(): Allocates multiple blocks of memory and initializes them to zero.

Is This Answer Correct ?    0 Yes 0 No

Question { 1929 }

What is the difference between new() and malloc()?


Answer

• new: Calls constructor, returns an object of the correct type.
• malloc(): Does not call constructor, returns void*.

Is This Answer Correct ?    0 Yes 0 No

Question { 1929 }

What is the difference between new() and malloc()?


Answer

o new initializes the object and calls its constructor.
o malloc allocates memory but does not call constructors.

Is This Answer Correct ?    0 Yes 0 No

Question { 934 }

What is error 503?


Answer

The 503 error is referred to as 503 Service Unavailable. The server is not available to process the request, according to this HTTP status. It occurs while the server is undergoing maintenance or experiences high traffic.

Is This Answer Correct ?    0 Yes 0 No

Prev    1   ... 4    6   [7]    8  ... 10   ... 13   ... 16   ... 19   ... 22   ... 25   ... 28   ... 31   ... 34   ... 37   ... 40   ... 43    Next