Search code examples
What values are objects in JavaScript?...


javascriptobjectprimitive-types

Read More
Any precision loss when converting float64 to uint64 in C? assuming only the whole number part of th...


cbinaryprimitive-types

Read More
Why do primitive types in C# have their own operations?...


c#primitive-types

Read More
How to determine the primitive type of a primitive variable?...


javaprimitive-typestypeof

Read More
is there a way to check instanceof primitives variables java...


javavariablesprimitive-types

Read More
How is a JavaScript string not an object?...


javascriptprimitive-types

Read More
Why do String methods like `.toLowerCase()` not change the value of the variable?...


javascriptprimitive-types

Read More
Why does a string literal value have properties according to `hasOwnProperty`, but not according to ...


javascriptstringprototypeprototypal-inheritanceprimitive-types

Read More
Why do we get different results/outputs on different compilers?...


c++csizeofprimitive-types

Read More
Does C# have int8 and uint8?...


c#primitive-types

Read More
How do I pass a primitive data type by reference?...


javapass-by-referenceprimitive-types

Read More
Why do I get "Invalid receiver type 'NSInteger'"?...


objective-ciphonexcodeprimitive-types

Read More
Determining if an Object is of primitive type...


javareflectionprimitive-types

Read More
How to instantiate Class class for a primitive type?...


javaprimitive-types

Read More
Converting an array of objects to an array of their primitive types...


javaarraysprimitive-types

Read More
Can I pass a primitive type by reference in Java?...


javapass-by-referenceoverloadingprimitive-types

Read More
What is the difference between value types and primitive types?...


c#language-agnosticprimitive-types

Read More
How to create a Double value from a Float value in Swift...


swifttypescastingprimitive-types

Read More
How to determine if my array is empty...


javaarraysprimitive-types

Read More
Arithmetic operator overloading for a generic class in C#...


c#genericsoperator-overloadingmathprimitive-types

Read More
NULL as an eighth 'primitive' data type...


javajava-8javacprimitive-types

Read More
How to convert an ArrayList containing Integers to primitive int array?...


javaarraysarraylistprimitive-types

Read More
Initialize int to 0 or not?...


javaandroidprimitive-types

Read More
Min and Max values of Float and Double types in Kotlin...


kotlinfloating-pointdoubleprimitive-types

Read More
How to convert an NSString into an NSNumber...


objective-cnsstringnsnumberprimitive-types

Read More
Given an unknown primitive type array in the form of an object, convert it to double array C#...


c#arraysprimitive-types

Read More
How to maintain a consistent encryption key in MongoDB client-side field level encryption?...


mongodbgosecurityencryptionprimitive-types

Read More
When to use wrapper class and primitive type...


javawrapperprimitive-types

Read More
Why must local variables, including primitives, always be initialized in Java?...


javavariablesprimitive-types

Read More
Is bool guaranteed to be 1 byte?...


sizerustprimitive-types

Read More
BackNext