Ask Questions & Get Answers at ibibo sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 46504 sawaal for "type"
Sort by: Recency | Relevancy

What is reflection in c

at runtime. Reflection is a powerful mechanism with the System.Reflection namespace contains nearly forty classes and interface. The Type class is the root of all reflection operations and the Object that represents a type inside the system. Type is an abstract base class that allows multiple implementations.This class is the primary means by which we can access metadata, and it acts as a gateway

Posted in Computers & Technology by VAISHNAVI at 10:36 PM on June 13, 2008

What are the new features in C 2.0?

Hi,The new feature in C 2.0 are given below- Various "bits and bobs" described belowo Partial typeso Aliaseso Static classeso Property access modifiers Nullable types and the null coalescing operator Delegate changes Implementing iterators with yield statements GenericsPartial typeC 2.0 introduces the concept of a partial type declaration. This is quite simply a single type which spans

Posted in Computers & Technology by Radhe Radhe at 8:33 PM on May 30, 2008
Tags features

What are the fundamental differences between value types and reference types?

Hi,The fundamental differences between value types and reference types are given below-C divides types into two categories - value types and reference types.Most of the intrinsic types e.g. int, char are value types. Structs are also value types. Reference types include classes, arrays and strings.The basic idea is straightforward - an instance of a value type represents the actual data, whereas

Posted in Computers & Technology by Radhe Radhe at 8:29 PM on May 30, 2008

Data typ in C?

C has a concept of data types which are used to define a variable before its use.The definition of a variable will assign storage for the variable and define the type of data that will be held in the location.So what data types are available?int float double char void enumnote that there is not a boolean data type. C does not have the traditional view about logical comparison, but thats another story

Posted in Computers & Technology by Sharad Singh at 5:22 PM on May 17, 2008
Tags data

What do you know about OStypes?

It enumerations for the different operating systemsEnum OsTypesjava.lang.Objecte xtended by java.lang.Enum<OsTypes>exten ded by org.ziptie.common.OsTypesA ll Implemented Interfaces:java.io.Serializa ble, java.lang.Comparable<OsTypes> pu blic enum OsTypesextends java.lang.Enum<OsTypes>...the management and coordination of activities and the sharing of the resources of the computer

Posted in Computers & Technology by sajib at 5:49 PM on June 10, 2008

Name datatype in java?

The Java programming language supports eight primitive data types. A primitive type is predefined by the language and is named by a reserved keyword. Primitive values do not share state with other primitive values.The eight primitive data types supported by the Java programming language are: byte: The byte data type is an 8-bit signed twos complement integer. It has a minimum value of -128 and a

Posted in Computers & Technology by Sharad Singh at 5:25 PM on May 16, 2008

My multimedia files do not download properly from the web site. What should I do?

;Free download manager is now open source software released under GNU GPL."...The MIME type of the file format:video/quicktime Th e extensions identifying the file format:.qt .movIn most UNIX web servers Apache, Netscape, etc. this can be set either globally for the whole server in the global .htaccess file, or by directory. To configure a directory and all its subdirectories to support a new file type

Posted in Computers & Technology by mahesh jha at 5:26 PM on June 26, 2008

What types of cables are used for token ring?

braided shield. The stranded-core allows more flexibility but limits the transmission distance to two-thirds that of type 1.7 Undefined.8 Type 6 cable with a flat casing to be used under carpets.9 Type 6 cable with plenum-rating for safety.Source :http://www.comptechdoc.or g/ind ependent/networking/guide/nett okenr ing.html...Hi Farooq actually 3 major types of cables pair used.Those are Shielded Twisted

Posted in Computers & Technology by Mohd Farooq at 4:28 PM on June 25, 2008
Tags

Whats a Document Type Definition DTD and where do I get one?

DTD is a description in XML Declaration Syntax of a particular type or class of document. It sets out what names are to be used for the different types of element, where they may occur, and how they all fit together. A question C.16, Schema does the same thing in XML Document Syntax, and allows more extensive data-checking.For example, if you want a document type to be able to describe Lists which

Posted in Computers & Technology by rocky singh at 11:14 PM on June 09, 2008

What standard types does C use?

C has a unified type system. This unified type system is called Common Type System CTS.A unified type system implies that all types, including primitives such as integers, are subclasses of the System.Object class. For example, every type inherits a ToString method. For performance reasons, primitive types and value types in general are internally allocated on the stack. Categories of Data Types

Posted in Computers & Technology by Radhe Radhe at 8:28 PM on May 30, 2008

how to find the serial no of the hard disk?

hi swizz First, lets create a class to store information about a hard driveclass HardDrive private string model = null; private string type = null; private string serialNo = null; public string Model get return model; set model = value; public string Type get return type; set type = value; public string SerialNo get return serialNo; set serialNo = value; Next, add a reference to your

Posted in Computers & Technology by swizzsam at 3:31 PM on February 29, 2008
Tags find, serial, hard, disk

Visual Basic Data Types ?

The data type of a programming element refers to what kind of data it can hold and how it stores that data. Data types apply to all values that can be stored in computer memory or participate in the evaluation of an expression. Every variable, literal, constant, enumeration, property, procedure parameter, procedure argument, and procedure return value has a data type.Declared Data TypesUnless you use

Posted in Computers & Technology by Pragya at 10:44 PM on September 23, 2008

What is the difference between java and java script?

well marven, The JavaScript language resembles Java, but without Javas static typing and strong type checking. JavaScript supports most of Javas expression syntax and basic control flow constructs. In contrast to Javas compile-time system of classes built by declarations, JavaScript supports a run-time system based on a small number of data types representing numeric, Boolean, and string values. Java

Posted in Computers & Technology by jks marven at 2:39 PM on June 06, 2008

What is PCMCIA

be assured of standard attachments for any peripheral device that follows the standard.A PCMCIA card has a 68-pin connector that connects into a slot in the PC. There are three sizes or "Types" of PCMCIA cards:Type Thickness mm Typical useI 3.3 MemoryII 5.0 Modems, LANs. SCSI, soundIII 10.5 ATA hard driveThe Type I and II cards work in a Type III slot and a Type I card will work in a Type II slot

Posted in Computers & Technology by Rakesh at 12:56 PM on May 30, 2008
Tags pcmcia

how can i use internet information services for asp.net with vb?

Understanding the types of programs that can be created with .NET o ASP.NET Web applications o ASP.NET Web services o Command-line programs o Windows applications o Reusable assemblies Introduction to ASP.NET o style sheets Implementing Navigation for the User Interface o Roundtrip and Postback o ASP.NET Intrinsic Objects o ASP.NET App...wellWhen you use Internet Information Services IIS to host your remote type

Posted in Computers & Technology by Harshil at 7:05 PM on June 20, 2008
Tags
Refine By Date
Refine By Categories
sawaal signature
sawaal free visiting card