Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in primitive-types

Disagreement about string is a primitive type

Pointers, primitives, and properties in Objective-C classes

Datatypes in Java and their representation

java types primitive-types

When does std::is_convertible consider primitive types convertible?

c++ primitive-types

Struct overhead of C# primitive type aliases?

Java: from int to short and from float to short

java primitive-types

Transform java class instance to primitive types only

Why does Java not support accessing primitive return values when invoking methods without boxing via reflection?

Does java create a new Object when a primitive type is passed to a method that expects a Wrapper of a primitive type?

Extending primitive types

Long to int conversion in Java gives incorrect result

Primitive types in patterns: why doesn't Integer dominate byte?

type casting required on function calls taking short datatype variable as a parameter

java primitive-types

Why does a string literal value have properties according to `hasOwnProperty`, but not according to the `in` operator?

Why won't Java pass int[] to vararg? [duplicate]

Dividing longs which are returned by method - wrong values

Stylecop - Determine if Double or Float

c# stylecop primitive-types

What happens when we treat primitives as objects in JavaScript?