Results 1 to 2 of 2

Thread: get classes and object in java

  1. #1
    Join Date
    May 2012
    Posts
    1

    get classes and object in java

    how to get classes and object in java?

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: get classes and object in java

    A class is simply a blueprint or a template that is needed to create different objects that defines its properties and behaviors and here java class objects shows the properties and behaviours that is defined by its class. You can check the below class that has the following general syntax:

    <class modifiers>class<class name>
    <extends clause> <implements clause>{

    // Dealing with Classes (Class body)
    <field declarations (Static and Non-Static)>
    <method declarations (Static and Non-Static)>
    <Inner class declarations>
    <nested interface declarations>
    <constructor declarations>
    <Static initializer blocks>
    }

Similar Threads

  1. Problems with object-oriented programming, classes, objects, functions
    By Lakshmigopal in forum Software Development
    Replies: 5
    Last Post: 04-12-2010, 11:01 AM
  2. Query in java classes
    By Aaliya Seth in forum Software Development
    Replies: 5
    Last Post: 26-02-2010, 01:34 AM
  3. Error with Java Classes
    By csolci in forum Software Development
    Replies: 2
    Last Post: 07-02-2010, 03:39 AM
  4. What are the different collection classes of java
    By Sacchidananda in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 03:01 PM
  5. Object test = new Object() <-- Java, best way in C++
    By ADISH in forum Software Development
    Replies: 3
    Last Post: 25-10-2008, 02:32 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,690,551.61766 seconds with 17 queries