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;
...
User Profile
Collapse
-
How to return 2 values
-
How does objects created with new operator in java is different from objects created with new operator in c++ -
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... -
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.
No activity results to display
Show More
Leave a comment: