What is the Realizable Interface ?

I came across a question regarding java.io.Realizable interface in one of the mock tests.
The question is as follows :
Which three statements regarding the use of java.io.Realizable interface are true ?
A. Object from classes that use aggregation cannot be serialized.
B. An object serialized on one JVM can be successfully desterilized on a different JVM.
C. THe values in fields with the Volatile modifier will not survive serialization and deserialization .
D. THe values in field with the transient modifier will not survive serialization and deserialization .
E. IT is legal to serialize an object of a type that has  a supertype that does NOT implement java.io.Serialization
*Answer : B,D,E*I was not able to locate any realizable interface using Google.Does this interface exist or has been renamed or depleted ? Or is the question wrong ?
Thank you for your consideration.

It's a typo. You should have been able to guess the correct term given the bold-faced clues.
A. Object from classes that use aggregation cannot be serialized .
B. An object serialized on one JVM can be successfully desterilized on a different JVM.
C. THe values in fields with the Volatile modifier will not survive serialization and deserialization .
D. THe values in field with the transient modifier will not survive serialization and deserialization .
E. IT is legal to serialize an object of a type that has a supertype that does NOT implement java.io.*Serialization*
If you couldn't figure this one out...

Similar Messages

  • What is the Standard Interface of Delivery

    Hi,
    what is the Standard Interface of Delivery in ECC 6.0,like we have Standard medruck interface in ECC 6.0

    You don't talk to a web-service with a stub - you talk to it with SOAP messages sent via HTTP.
    What the stub is protecting you from, is having to know how to construct the SOAP messages (which is a really tedious, error-prone process, if you're doing it by hand). Use WSCompile or WSDL2Java, and bless their little hearts every time you make a simple stub-call...
    Grant

  • What is the  purposeof interface view property?

    what is the  purposeof interface view property?

    Hi Rafi,
    Interface View means Communication between two views in diff Contrallers.
    http://help.sap.com/search/highlightContent.jsp
    Regards
    Vijay Kalluri

  • What's the new interface like?

    I've read this about Logic going to a single-window interface, and I'm skeptical. How does this work out? Do we still have screensets? Can I still hit a trusty old Cmd-# combination to open a Matrix or Environment window? Is there a "Classic" interface option? Or does the new interface give you ready access to all the editing options that they've previously used multiple windows for?

    Sean Quinn1 wrote:
    I've read this about Logic going to a single-window interface, and I'm skeptical.
    We all were.
    Sean Quinn1 wrote:
    How does this work out? Do we still have screensets?
    Yes, and you can name them now.
    Sean Quinn1 wrote:
    How does this work out? Do we still have screensets? Can I still hit a trusty old Cmd-# combination to open a Matrix or Environment window? Is there a "Classic" interface option? Or does the new interface give you ready access to all the editing options that they've previously used multiple windows for?
    Yes you can use your old Cmd-#. Just like you did before. The same commands work for the same windows. No classic interface needed. This one is much better (and I've been using it for two days straight.)

  • For guitar, vocals, keyboard/drumpad controller, what is the best audio interface to use/record quality sound in Logic, Mainstage, Garageband, etc. (lowbudget)?

    So many to choose from. im really just trying to record clean sounding electric guitar tracks now vocals in the future and keyboard/drumpad controller near future..(irrelevant but thought i should mention im in the market for a keyboard and drumpad controller combo hopefully will be usb or something) but i need a quality audio interface to use with Logic Pro 9 and all the stuff that comes with it (mainstage, etc) and also Garageband. I have heard so many different reviews about this or that but all in all i dont think i can afford an apogee except maybe the apogee One but it at 249 or whatever i feel like i could get alot more bang for my buck. Ive heard alot of good things about m-audio gear but i heard mixed reviews as well. If someone can just tell me what is the best interface in the 100-200$ range for the needs ive listed above...Any responses or advice greatly apprecitated.
    Thanks
    -J

    hi mm
    there are so many different sound cards out there these days it seems - ill just say that one that i got alot of use out of was the tascam 122 (http://www.tascam.com/Products/US-122.html)
    it has 2 decent phantom powered XLR inputs, some midi stuff, a place to plug a guitar into and some nice big knobs.
    the next level would be something with more ins (8 or 10) and probably firewire, and also around $400 i think.
    oh, and your computer should be more than sufficient to handle what you want to do.
    G4PB1.5GHZ12INCH125RAM Mac OS X (10.4.6)

  • What is the Digital I/O wiring interface used with 7344?

    Using a 7344 motion controller with the UMI-7764 wiring interface.  What is the wiring interface part number for the digital I/O connector?

    Hello MarkGann,
    You can use a SCH68 cable connected to a NI SCB-68 I/O connector block 776844-01 in order to break out the Digital I/O ports of the 7344. 
    Wear
    National Instruments
    Product Support Engineer

  • What is the diffrence between My Runnable Interface and Java Runnable

    Hi folks
    all we know that interfaces in java just a decleration for methods and variables.
    so my Question is why when i create an interface its name is "Runnable" and i declared a method called "run" inside it.then when i implements this interface with any class don't do the thread operation but when i implement the java.lang.Runnable the thread is going fine.
    so what is the diffrence between My Runnable Interface and Java Runnable?
    thnx

    Hi folks
    all we know that interfaces in java just a decleration
    for methods and variables.
    so my Question is why when i create an interface its
    name is "Runnable" and i declared a method called
    "run" inside it.then when i implements this interface
    with any class don't do the thread operation but when
    i implement the java.lang.Runnable the thread is going
    fine.
    so what is the diffrence between My Runnable Interface
    and Java Runnable?
    thnxClasses and interfaces are not identified by just their "name", like Runnable. The actual "name" the compiler uses is java.lang.Runnable. So even if you duplicate the Runnable interface in your own package, it's not the same as far as the compiler is concerned, because it's in a different package.
    Try importing both java.util.* and java.awt.* (which both have a class or interface named List), and then try to compile List myList = new ArrayList();

  • What are the values for operation code in order import open interface

    Hi,
    I am trying to create the sales order by populating the interface table and run the request import order i.e. open interace without standard OE APIs.
    I am also populating the actions interface table i.e. OE_ACTIONS_IFACE_ALL along with header, line, & price adjustment tables to hold the order. The sales order creates successfully but it fails at holding action due to invalid operation code. It has been tried with ‘CREATE’, ‘UPDATE, ‘INSERT’ for operation code in action interface table but no use.
    So my concern is what value needs to pass for operation code in action interface table.
    Any help would appreciate.
    Thanks,
    Sai Krishna

    If you are planning to apply holds, For holds the action is OE_Globals.G_APPLY_HOLD or APPLY_HOLD.
    Thanks
    Nagamohan

  • What is the use of Serializable Interface in java?

    Hello friends,
    I have one dout and i want to share with u guys:
    Why Serializable interface made and actully
    what's the use of it?
    At which place it become useful ?
    It is not contain any method then why it is made?
    If anyone have any idea about this then please reply.
    Thanks in advace
    Regards,
    Jitendra Parekh

    t is not contain any method then why it is made?To point out to the user of a class (and the programs) that the design of this class is conforming to certain restraints needed for Serialization.

  • How to find out what are the interfaces used for Job and Job Codes

    HI All,
    I just wanted to know how do we find out what are the interfaces used for Job and Job codes .
    Thanks In Advance
    Sunny

    Hi,
    Here is an idea for your request.
    Basically you can create a simple query on multiprovider 0TCT_MC01.
    Filter: you can use a variable for restriction of time ( calday, or calmonth) since you should be interested for a time period.
    Choose following characters into your objects:
    InfoProvider ( 0TCTIFPROV )  - you can create a variable for choosing infoprovider before query runs.
    *Tp.[Type of BI Application Object] 0TCTBISOTYP  = filter this with 'QUERY' or whatever your need is.
    *BI Application Object 0TCTBISBOBJ,  ( this will give you the name of the queries)
    In key figures choose,  Count for BI Appl. (0TCTWTCOUNT).
    (number for query run)
    Create a condition , for top 20.
    Hope this helps.
    Derya

  • What is the use of Storage loc.ref.in LE-WM Interface to Inventory Managemt

    Hi Guys
    What is the use of below fields
    Special movement indicator for warehouse management and Storage loc. ref.
    In the WM configaration LE-WM Interface to Inventory Management
    How we can do the below scenario with this configaration
    I have 3 scenarios all scenarios have MIGO and placing stock to WM
    2 scenarios requres Immediate TO creation after MIGO 101 mvt type
    But last scenario does not want Immediate TO ,it is having another Z transaction to create TO
    But problem is for the last scenario also creating Immdiate TO after MIGI 101
    How to avoid this Immdiate TO for this scenario
    And How to allow it for first 2 scenarios
    How we can to with that configaration

    Hello ,
    It is not possible directly in customising as all three cases are using the same Mvt Type.
    Alternate Solution :
    You may try an by creating a new Mvt Type 901 i.e making a copy of 101.
    Thereafter try to link a new Ref Mvt Type to the same .You should use this case for the third scenario.
    This may resolve your problem.
    Regards
    Ramesh Ch

  • What's the best out-of-the-box web interface for a SQL DB?

    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    Edited by: 1010007 on Jun 5, 2013 7:22 AM

    Welcome to the forum!
    >
    I'm developing a Java web application that will be backed by an Oracle database. Users would like a simple web interface that allows them to accomplish what they could with SQL queries without knowing SQL. The basic operations would be:
    * displaying a database table in a table format
    * downloading the table as a text or Excel file
    * customizing the columns in a table display
    * displaying a query result set in a table format
    * constructing a query using drop-down menus
    I'd probably want to program in a simplified UI for a few common queries.
    This really looks like functionality someone should have invented before me. Question: what is the right tool for me to be using? I'm surprised I haven't found something by searching.
    It looks like I could just directly write JSP, but I think something else might be simpler. I think related functionality exists in Spring, but I didn't find exactly what I'm looking for, and Spring brings a lot of other stuff also. Nothing in my application is more complicated than this, so I'd be happy to keep things simple.
    How would you write this?
    >
    I wouldn't write it. I would just use Oracle's FREE Apex application which does all of that and more and is fully supported even on Oracle's FREE Express edition data database.
    http://www.oracle.com/technetwork/developer-tools/apex/overview/index.html
    >
    About Application Express
    Oracle Application Express (Oracle APEX), formerly called HTML DB, is a fully supported "no-cost" option of the Oracle Database. Oracle Application Express is certified against all editions of the Oracle Database 10.2.0.3 and above, including Oracle Database 10g Express Edition (Oracle XE).
    Oracle Application Express installs as part of the seed database installation with Oracle Database 11g.
    >
    The feature page (http://apex.oracle.com/pls/otn/f?p=4600:6:0) describes some of the major features of Apex
    >
    Browser Based
    Using only a Web browser and limited programming experience you can develop data centric applications in minutes. Browser-based development enables you to develop applications on most computers using only a modern Web browser.
    Rapid Application Development (RAD)
    Use simple wizards and declarative programming to create powerful reporting and data entry applications. You can create applications from spreadsheet uploads, or on existing database tables and views. Oracle Application Express includes SQL Workshop to create and manage the database objects that support your application.
    Application Express Components
    Application Builder - Database Applications
    Application developers use wizards to declaratively assemble applications organized in pages. Page content is organized into regions. Regions can contain text, custom PL/SQL, reports, charts, maps, calendars, web service references or forms. Forms are made up of fields (called items) which can be selected from the multitude of built-in types (such as text fields, text areas, radio groups, select lists, check boxes, date pickers, and popup list of values) or a developer can create their own types using plug-in support. Table update functionality is built-in and PL/SQL can be used to process data. Session state (or application context) is transparently managed and the user interface presentation is separated from the application logic so that the look and feel of an application can be changed simply by selected a different theme.
    Application Builder - Websheets
    Using Websheet Applications, end users can manage structured and unstructured data without developer assistance. Page sections contain unstructured data and are edited using a WYSIWYG editor. Reports provide access to database data by writing SQL. Data Grids can manage structured data without writing SQL. Adding columns, renaming column, and validations are defined using runtime dialogs. Each page and row of data grid data can be annotated with files, tags, notes, and links. Pages can contain sections as well as reports and data grids and all can be linked together providing navigation. All information is searchable and completely controlled by the end-user.
    SQL Workshop
    The SQL Workshop provides tools that enable you to view and manage database objects. Object Browser enables you to use a tree control to view object properties and create new objects. The SQL Command tool enables you to enter ad-hoc SQL. Query Builder enables you to create join queries using drag and drop. SQL Scripts enables you to store and run scripts. The Data Workshop enables you to load and unload text, DML, and spreadsheet data.
    RESTful Services
    RESTful Services allow for the declarative specification of RESTful services mapped to SQL and PL/SQL.
    Team Development
    Team Development helps manage the life-cycle of an application's development. It provides tracking and management of application features, to do entries, bugs, and end user feedback. Team Development is tightly integrated with the Oracle Application Express Application Builder. For example, edit page lists open feedback, bugs, and to do's.
    Administration
    Each Oracle Application Express workspace is a separate application development environment that is fully insulated from other workspaces. The administration component provides workspace management, including services (available schemas, space requests, and preferences), users (both developers and end-users), and workspace activity (page views, login attempts, and developer activity). Access is limited to Oracle Application Express developers who have workspace administration privileges.

  • What is the best way to get data to a user interface?

    Hi,
    I'm using labview 6i. I have an application with a handful of "core" vi's that actually run my application, doing the data acquisition, analysis, and control. I am currently using these same vi's for my user interface. I also have a number of vi's that contain menu's for configuring the "core" vi's. My questions is, what is the best way to seperate the "core" vi's from the user interface vi's. Global's, data socket, control references, others?
    Thanks for the help.

    Hi Sal,
    I have been a strong advocate of control refnums ever since LV 6i hit the streets. I recomend you look into using them to provide this conectivity.
    You could accomplish this by using a variation on the following.
    In your UI, create refnums for each of the controls or indicators that must be monitored or updated. Pass the appropriate refnums to each of the "core.i's" at program init time. Inside each of the core.vi's, use property nodes to read the control's values when appropriate and similarly for display purposes. (Note: Not all boolean mechanical actions are compatible with this technique. In those case you will have to explicitly write false values after find the control to be true or vise versa).
    By using this technique, you can keep the UI diagrams clea
    n. Depending on your app. the UI diagram could consist of the init's I mentioned above, and a while loop that watches if it's time to exit.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • What are the common APIs we use in oracle interface

    What are the common APIs we use in oracle interface,and any APIs are there for validation Of data During Tranfer to interface table.
    How to find Api s in oracle applications in Individual modules

    For 11i, all public APIS are listed at http://irep.oracle.com
    For R12, use the "Integration Repository" responsibility in your R12 instance to list the APIs available in that instance
    HTH
    Srini

  • What is the significance of Marker interface? Why are we using, even though

    What is the significance of Marker interface? Why are we using, even though it has no method?

    Well, what's the significance of an interface? They can define a set of methods a class may implement but the class could equally well implement these methods without the interface so why having interfaces at all?
    The answer is that the most important aspect of an interface is that it constitutes a type (you can declare variables of it). And it's a type regardless of how many methods it defines, including none. So the reason for having a marker interface is that you're interested solely in the type aspect of interfaces.

Maybe you are looking for

  • Officejet Pro x576dw will not print and loses connectivity

    We purchased this printer in the spring and have just loved it - except when it doesn't print, or takes a long time to print something- when it shouldn't take long.   We have seen first hand how the printer performs - so we know how it should work.  

  • Display projet planned line items CJI4

    i have done planning on wbs *** cost element level in CJR2 along with quantity im trying to run report CJI4 but no line item selected. No line items were selected Message no. KB422 Diagnosis No line items were found. Possible explanations: You have n

  • Oracle 9i _ OLAP

    Hi, does Oracle 9i support OLAP...if it does is it regular install?//? I want to install OLAP Global sample schema http://www.oracle.com/technology/products/bi/olap/Readme_Global_Sample_Schema.html appreciate your response

  • Pre-Amp with MS-2?

    I just purchased a Marshall MS-2 micro amp to record electric guitar into Garageband. I plugged the headphone out into the line in on the Mac and nothing. No green level lights. I got no sound at all. I have used my regular Fender practice amp to rec

  • Filename as a keyword

    Folks, I have 2000 files all renamed to match a workflow, selects down to 180 and I sent JPGs to client. Client decided to rename the files "GLASSES_1" and "SMILE_3 final" and one even called "32r2rwsef" (I think they were leaning on the keyboard). T