User Profile

Collapse

Profile Sidebar

Collapse
devinaren
devinaren
Last Activity: Dec 12 '07, 08:45 AM
Joined: Nov 20 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • devinaren
    started a topic How to return 2 values
    in Java

    How to return 2 values

    How can i return 2 values in below code:

    I want to return both x and y. How can I do that?

    public boolean populateTab()
    {
    int tabIndex = _tabPanel.getSe lectedIndex();
    switch (tabIndex)
    {
    case BulletinConstan ts.INPUT_TAB_IN DEX:
    _bulletinItemTa b.init(null);
    x = true;
    y = false;
    ...
    See more | Go to post

  • devinaren
    replied to What is use of New operator
    in Java
    How does objects created with new operator in java is different from objects created with new operator in c++
    See more | Go to post

    Leave a comment:


  • devinaren
    started a topic How should I get rid of Exception
    in Java

    How should I get rid of Exception

    When I tried to open the client i.e User interface which is MainMenuApp received NO_PERMISSION CORBA exception while attempting to get an initial reference to the mvcf_Controller Factory from the FactoryFinder. Software defect that should be addressed is that the UI did not recover after catching the exception and required a restart of the UI to connect.

    The problem is that cleanWorkspace( ) in CorbaAdapter doesn't have any failover...
    See more | Go to post

  • devinaren
    started a topic What is use of New operator
    in Java

    What is use of New operator

    What is the difference for the objects that are created with and without new operator.I want the exact difference.
    See more | Go to post
No activity results to display
Show More
Working...