What is meant by java

what is meant by java?
i am beginer plz helpme

[url #" style="display: block; background-image: url('http://upload.wikimedia.org/wikipedia/en/9/9d/Mart-mys.jpg'); width: 400px; height: 275px]
http://en.wikipedia.org/wiki/Martin_Mystery_%28animated_series%29
<quote>
Martin Mystery (2003) is an animated television series. It is loosely based on the Italian comic Martin Myst?re.
The series reimagines the title character Martin Mystery and his step-sister (his father married her mom) Diana Lombard as 16-year-olds attending Torrington Academy, a high school in Sherbrooke, Quebec. They work for the covert organization, "The Center", which secretly protects the people of Earth from extraterrestrial and supernatural threats. Not everyone who works for the organization is human. The short and green-skinned Billy is one of Martin's best friends. Java works in the cafeteria of Diana and Martin's school and is a caveman from 200,000 years ago.
</quote>

Similar Messages

  • What is meant by java.lang.object?

    plzz help me out>

    There's a folder called java, and it has a subfolder
    called lang, and in that subfolder is the class
    definition for a class called Object.No! Those are not folders.
    There's a package called java.lang, which contains a class Object, which is the superclass of all other classes in Java.

  • What is meant by Idiomatic Java

    What is meant by Idiomatic Java...

    Google helps:
    http://www.tools-conferences.com/tools/usa_2000/program/abstracts/langer2.html
    It seems to focus on the semantics of a language feature, as opposed to its syntax. Design concepts and notions.

  • What does the statement: "Java has a standard!" mean?

    I'am writing a academic work. For that I need to compare Java and PHP. I found the statement "Java has a standard!" as advantage on a webpage, but what does it exactly mean???
    Edited by: drumn on Aug 6, 2008 5:45 AM

    drumn wrote:
    I'am writing a academic work. For that I need to compare Java and PHP. I found the statement "Java has a standard!" as advantage on a webpage, but what does it exactly mean???Ask the author.
    I'm not being facetious or trying to brush off your question. If you want to know what someone meant when they said something, ask them. It's the most direct line and gives the highest probability of getting a useful, accurate answer to your question.
    ~

  • What is meant by a wrapper class ?

    What is meant by a wrapper class ?

    java uses simple types such as int and char. these data type r not part of object hierarchy. they r passed by value to methods and cannot b directly passed by reference. there is no way for 2 methods to refer to the same instance of an int. at times u will need an object representation for one of these simple types.wrapper classes encapsulate or wrap the simple types within a class. thus, they r commonly referred to as type wrapper.
    java provides classes that correspond to each of the simple types

  • What is meant by EDI(Electronic data excahange)

    what is meant by EDI(Electronic data excahange).my pm has given us new project on EDI based project.Iam not knowing EDI can any body tell or give any link to tutorial.

    EDI is the predecessor to XML. It is a document format that is used to pass data between disparate computer systems.
    There are many different EDI file formats (like X12) as well.
    Did you try looking up Java EDI on Google?

  • What is meant by a resource leak ?

    What is meant by a resource leak ?

    Garbage collection manages only memory, not other system resources. If your Java program has plenty of free memory, garbage collection will not be triggered automatically. Usually, however, there are other resources that are more limited than memory. For example, all OSes have limits on the number of sockets, file handles, etc. that can be open. Sometimes this limit is quite low. This is true even on a desktop, e.g. if your system has 128KB of memory, your Java program can easily allocate all the available file handles without coming near to filling up the heap. If this happens, your Java program will fail. This is what we call a resource leak; the unintentional maintenence of references to non-memory resources.
    This is why it is important in Java to explicitly manage non-memory resources. Classes which utilize non-memory resources should provide ways to explicitly allocate/deallocate those resources, independent of garbage collection. For example Socket, InputStream and OutputStream each provide explicit close() methods for deallocation of file descriptors, Window provides a dispose() method to free the window handle, etc. The way to properly use these classes is to allocate using the constructor, then deallocate using the appropriate method (deallocation is preferably done in a finally{} block, so it will execute whether or not an exception is thrown during use). These classes do release these non-memory resources in their finalize() method, but remember that the finalizer only gets called by the garbage collector, and if the object is never collected, it will never be finalized, hence will never release the resources.

  • What is meant by JMX

    What is meant by JMX

    JMX[TM] Technology are the "Java Management Extensions" originally defined by JSR 3.
    More info here:
    http://java.sun.com/products/JavaManagement
    here:
    http://blogs.sun.com/roller/page/jmxetc?entry=looking_for_jmx_overview_examples
    and there:
    http://blogs.sun.com/roller/page/jmxetc?entry=where_can_i_get_my
    Note that the JMX Technology is being quite widely used - so if you're wondering
    what is JMX in, say, the context of an Application Server, then you should probably
    look at the documentation of that Application Server too in order to understand
    how and for what purposes it uses the JMX Technology.
    Hope this helps,
    -- daniel

  • What is meant by?

    MSB|=LSB
    and
    LSB &=oxooff
    here what is meant by '|' and '&'

    Your questions are super-basic.
    Please carefully read all of this:
    http://java.sun.com/docs/books/tutorial/java/index.html

  • What is new in Java syntaxes in new Java versions?

    What is new in Java syntaxes in new Java versions?
    What about this sentenses
    1. for (int c:data), where data is array of integer
    2. ArrayList<Object> () ...
    3. Class<?>...
    I can't find this syntaxes in my books and documentation...
    And what Java version is latest?

    dont crosspost
    Edited by language police

  • What is meant by costing key?

    Dear Experts ,
                          while releasing the billing document to accounts , i am getting  error like
                Valuation with material cost estimate: error, The system looked for the material cost estimate using costing key "002", as defined in the Customizing settings for CO-PA,  incomplete due to FI/CO interface
    what is meant by costing key?
    regards
    rajakarthik

    Hi,
    In Costing based Profitability analysis you define costing keys. A costing key is a set of access parameters which are used in valuation to determine which data in Product cost planning should be read. In the costing key you attach the costing variant.
    In the costing key you specify whether the system should read the current standard cost estimate, the previous standard cost estimate or the future standard cost estimate or a saved cost estimate.
    The configuration settings to determine this costing key is as follows:
    Assign costing keys to the products u2013 Three costing keys can be attached to a single product for a specific point of valuation, record type, plan version.
    Assign costing keys to Material types
    Assign costing keys to any characteristics u2013 You can use your own strategy to determine the costing keys. This is through user defined assignment tables.
    regards,
    Santosh kumar

  • Dispute Case Key (Replicated) (0DPM_D10); what is meant by Replicated?

    Hi everyone,
    I am working on implementing FSCM Dispute Managment module. I have some questions regarding the new standard content provided by SAP for this:
    Earlier I have seen clients using the Stanadard InfoSet 0DPM_I0 for all the Dispute's reporting as it combines data from AR, Dispute Case key and 0Customer. But now I am seeing a bunch of new objects like 0DPM_M10, 0DPM_M20, 0DPM_C10, 0DPM_D10, 0DPM_DCAS_10 etc. provided by SAP as standard content.
    Does any one have any experience with this new content; can anyone explain me how this new content is useful. My client is reluctant against using the standard InfoSet as its is built on two DSO's; I have suggested to build a cube on top of them and can still use an InfoSet to combine AR line items, Disputes, Dispute case key and Customer. Correct me if I am wrong with thid statement.
    Also please let me know what is meant by a Replicated DSO.
    Any comments or suggestions will be greatly appreciated.
    Thanks & Regards,
    SRV

    There are a few things to consider:
         1) The data is stored in deserialized form until it is read. The first read will deserialize the data.
         2) There is some overhead per-entry. 750MB/(3,000,000-30) = ~250 bytes per entry. Some portion of this is attributable to the per-entry overhead.
         3) How did you measure memory usage? Usually invoking <tt>System.gc()</tt> before measuring heap usage will clear garbage but is not guaranteed.
         Jon Purdy
         Oracle

  • What is meant by criteria of Updateability in MDM Import manager

    Hi,
    What is meant by criteria of Updateability in MDM Import manager? i read some information, but i could understand, it says original data source be  updateble. what is meant by Original data source.?
    what is the use of option "Read-only"  in Import manager logon screen.
    Thanks

    Hello Ankam,
    You can check the Read-only option to prevent MDM from updating your data source.
    Kindly see the below information on "DATA SOURCE UPDATES"
    DATA SOURCE UPDATES
    Some MDM Import Manager operations require that the original data source be updateable, thereby allowing new fields and/or entire new tables u2013 and the corresponding data values for each record u2013 to be automatically added to the data source before further processing.
    Other operations simply create virtual fields in the MDM Import Manageru2019s workspace, although if the data source happens to be updateable, some of these operations instead add the new fields to the original data source as well.
    NOTE ►► Updating the data source when possible allows you to
    perform additional operations on the new fields as if they were part of
    the original source data, and also use them as record matching fields.
    NOTE ►► Fields that are added only if the data source is updateable
    can be deleted automatically by the MDM Import Manager when you
    exit or switch data sources based on the setting of the Delete Created
    Fields on Exit configuration option.
    Updateable Data Sources
    Whether or not a data source is updateable depends upon the following:
    u2022 Source type. The source Type must permit the MDM Import Manager to update its schema and insert the additional fields of data; some supported types are updateable and some are not.
    u2022 Media. The media on which the data source resides must itself be updateable. If the media on which the data source resides is readonly, such as a CD-ROM, the data source cannot be updated.
    u2022 Permissions. You must have the proper file system permissions to update the file, or the proper DBMS permissions to update the schema of the database.
    u2022 Read-only option. You cannot have checked the Read-Only option, which prevents MDM from updating the data source even if the other conditions would otherwise permit it.
    NOTE ►► The Read-Only option is: (1) enabled for source types that
    can be updated (Access, Oracle, SQL Server, and XML); (2) disabled
    and unchecked for those that use Access as an updateable staging
    area (Delimited Text and Fixed Text); and (3) disabled and checked for
    those that cannot be updated (Excel and ODBC).
    NOTE ►► When the data source is SQL Server, the table names in
    the database must not contain spaces; otherwise any operation that
    would update the data source will fail.
    Hope this helps.
    Regards,
    Vikas

  • What can Webdynpro for java do for CRM 5.0?

    hi  expert.
    What can Webdynpro for java do for CRM 5.0?
    And can I develop PCUI with Web dynpro for java?
    Is it possible?
    Regards bk Kim.

    Srinivas
    A.>
    Basic Question? But can you tell me what do you mean by application framework
    in general?
    B.>
    Also can someone please tell me whats the difference between dynpro and web dyn pro?
    C.>
    Whats the difference between java web dynpro and abap web dynpro
    d.>
    when does one choose to use web dynpro to do the development?what are its
    advantages compared to conventional java development.
    Thanks
    Points will be awarded appropriately

  • What is the highest Java version running with SOA Suite v10.1.3.3 ?

    What is the highest Java version running with SOA Suite v10.1.3.3 ?
    From my point of view at least v1.4.1
    Maybe v1.5
    but not v1.6
    Is this true?
    Peter

    I guess only 1.5.
    1.6 is officially not supported and 1.4 does break stuff, I tried running it with it, and didn't even come up.
    Regards,
    Chintan

Maybe you are looking for

  • How to change the properties of individulal elements in an array?

    Hi all, I have an array (size is 25) of string and I want to disable and grayout half of them. But how do I do it? How do I change the properties of individual elements in an array? I have tried to use some of the examples given in the discussion for

  • No of weeks in a year

    hi experts, i want to calculate the no of weeks in any year entered by user .But the week calculation is the the form of technical weeks(TW). 1) Technical week starts from monday  or first day of the month 2) Technical week ends on sunday or last day

  • Out of sync

    Dear Members I have the following scenario One Primary database ( A ) one Physical standby database (B) one logical standby database for reporting purpose ( C) We use dataguard for this setup. For the physical standby database we apply redolog and in

  • Unable to get adapters in ID

    Hi all, I am getting an error while selecting an adapter in a communication channel. Error: Connection to system REPOSITORY using application REPOSITORY lost. Detailed information: Error accessing "http://<server>:<port>/rep/query/int?container=any"

  • User defined field with Linked Table property

    Hi All, I know this has been posted several times but I cannot get this to work.  I am trying to add a user defined field and link it to a table.  I am getting the error "The field 'Related Table' should consist of 8 alphanumeric characters with no v