<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Bing: Java Long Size</title><link>http://www.bing.com:80/search?q=Java+Long+Size</link><description>Search results</description><image><url>http://www.bing.com:80/s/a/rsslogo.gif</url><title>Java Long Size</title><link>http://www.bing.com:80/search?q=Java+Long+Size</link></image><copyright>Copyright © 2026 Microsoft. All rights reserved. These XML results may not be used, reproduced or transmitted in any manner or for any purpose other than rendering Bing results within an RSS aggregator for your personal, non-commercial use. Any other use of these results requires express written permission from Microsoft Corporation. By accessing this web page or using these results in any manner whatsoever, you agree to be bound by the foregoing restrictions.</copyright><item><title>Long (Java Platform SE 8 ) - Oracle Help Center</title><link>https://docs.oracle.com/javase/8/docs/api/java/lang/Long.html</link><description>The Long class wraps a value of the primitive type long in an object. An object of type Long contains a single field whose type is long. In addition, this class provides several methods for converting a long to a String and a String to a long, as well as other constants and methods useful when dealing with a long.</description><pubDate>Mon, 22 Jun 2026 20:45:00 GMT</pubDate></item><item><title>Primitive Data Types (The Java™ Tutorials - Oracle</title><link>https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html</link><description>In Java SE 8 and later, you can use the long data type to represent an unsigned 64-bit long, which has a minimum value of 0 and a maximum value of 2 64 -1. Use this data type when you need a range of values wider than those provided by int.</description><pubDate>Wed, 24 Jun 2026 01:30:00 GMT</pubDate></item><item><title>Java Data Types - W3Schools</title><link>https://www.w3schools.com/java/java_data_types.asp</link><description>Data types are divided into two groups: Primitive data types - includes byte, short, int, long, float, double, boolean and char Non-primitive data types - such as String, Arrays and Classes (you will learn more about these in a later chapter)</description><pubDate>Wed, 24 Jun 2026 00:25:00 GMT</pubDate></item><item><title>Understanding the Size of `long` in Java - javaspring.net</title><link>https://www.javaspring.net/blog/size-of-long-java/</link><description>In Java, the `long` data type is a fundamental part of the language, used for storing large integer values. It is a 64 - bit two's complement integer. This blog post aims to provide a comprehensive understanding of the size of the `long` data type in Java, including its fundamental concepts, usage methods, common practices, and best practices. By the end of this post, you will have a clear ...</description><pubDate>Tue, 16 Jun 2026 18:07:00 GMT</pubDate></item><item><title>Difference Between byte, short, int and long Datatype in Java</title><link>https://www.geeksforgeeks.org/java/difference-between-byte-short-int-and-long-datatype-in-java/</link><description>There are eight different primitive data types in JAVA namely byte, short, int, long, float, double, boolean, and char. In primitive data type requires different amounts of memory and has some specific operations which can be performed over it. They include a total of eight data types as follows as named. Among these, the integer data types are byte, short, long, and int. The integer data ...</description><pubDate>Mon, 22 Jun 2026 00:20:00 GMT</pubDate></item><item><title>jvm - Java size of long type - Stack Overflow</title><link>https://stackoverflow.com/questions/49566465/java-size-of-long-type</link><description>Java size of long type? The Java long type is 64 bits on all platforms. What does this quote mean? It is self evident, but it is clearly NOT referring the the Java long type. It is referring to the use of the C or C++ long type in native code. When I want to store value more than ~2^31, how JVM store this value? In Java code, use long. It works.</description><pubDate>Mon, 22 Jun 2026 13:06:00 GMT</pubDate></item><item><title>java - Long vs Integer, long vs int, what to use and when ... - Stack ...</title><link>https://stackoverflow.com/questions/5857812/long-vs-integer-long-vs-int-what-to-use-and-when</link><description>Sometimes I see API's using long or Long or int or Integer, and I can't figure how the decision is made for that? When should I choose what?</description><pubDate>Tue, 23 Jun 2026 20:43:00 GMT</pubDate></item><item><title>Java long Keyword - W3Schools</title><link>https://www.w3schools.com/java/ref_keyword_long.asp</link><description>Definition and Usage The long keyword is a data type that can store whole numbers from -9223372036854775808 to 9223372036854775808. Note that you should end the value with an "L":</description><pubDate>Mon, 22 Jun 2026 19:33:00 GMT</pubDate></item><item><title>Understanding Java `long` Size: A Comprehensive Guide</title><link>https://www.javaspring.net/blog/java-long-size/</link><description>In Java, the `long` data type is a fundamental part of the language, especially when dealing with large integer values. It provides a wider range compared to other integer types like `int`, making it suitable for scenarios where the values can exceed the capacity of an `int`. This blog post aims to provide a detailed overview of the Java `long` size, including its basic concepts, usage methods ...</description><pubDate>Mon, 13 Apr 2026 04:21:00 GMT</pubDate></item><item><title>Java - long - Long (integer 64 bit) - Datacadamia</title><link>https://www.datacadamia.com/lang/java/long</link><description>In Java, the long data type stores integer on 64 bit while the integer data type stores integer on 32bit. The primitive wrapper java/lang/LongLong is a subclass of java/lang/NumberNumber in java Long is an integer that is encoded with 64 bit but you have also int on 32 bit. Primitive Type Primitive Wrapper Stored in a word of min max int java/lang/IntegerInteger 32 bits -2,147,483,648 ...</description><pubDate>Sat, 20 Jun 2026 13:59:00 GMT</pubDate></item></channel></rss>