Wrox Programmer Forums
|
Java Basics General beginning Java language questions that don't fit in one of the more specific forums. Please specify what version.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Java Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 7th, 2012, 05:46 PM
Registered User
 
Join Date: Aug 2012
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Emwaisumo
Default Java.lang class

Please may you tell me how to use java.lang class
 
Old August 13th, 2012, 07:01 PM
Authorized User
 
Join Date: Apr 2012
Posts: 11
Thanks: 2
Thanked 0 Times in 0 Posts
Default java.lang is a package not a class

As far as I understand, java.lang is a package (not a class) that has a bunch of classes in it that are directly available to be used without the requirement to import the package.

If you have made int, double, String variables, etc., you have already used the java.lang package. Refer to the URL below for a list of the classes that java.lang contains.

http://docs.oracle.com/javase/1.4.2/...e-summary.html





Similar Threads
Thread Thread Starter Forum Replies Last Post
java.security.SignatureException: java.lang.ArithmeticException? boy18nj BOOK: Beginning Cryptography with Java 5 July 12th, 2011 10:05 PM
Root Cause:java.lang.NoSuchMethodError: java.util. anees81 JSP Basics 3 March 1st, 2011 08:55 AM
java.lang.IllegalAccessException: Class org.apache.struts.util.RequestUtils can not a prathapselvam Struts 2 November 30th, 2009 12:30 PM
java.lang.OutOfMemoryError: Java heap space meetkotresh J2EE 1 February 2nd, 2008 01:52 AM
java.lang.IllegalStateException: priyatowin J2EE 0 September 13th, 2006 10:57 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.