In Java what is the difference between following two statements ?
int a[],b;
int []a,b;
Answer Posted / parshad.doshi
Here First statement indicates that a is an array of type int and b is a simple integer type variable.
Second statement says that whatever follows by [] will be treated as an array. So a and b is declared as an array of type int.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is the use of occurs 10 or (any number) in the internal table declaration with header line.
what is the BAM? where we can use it in BizTalk server?
what is meant by life cycle of a business
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
details description on this mantis? who is founder of this mantis?
diffrence between oracle apps , .NET , SAP
V2 SOLUTIONS APTI paper is very easy there are 3 sections 1'st is quant problem on age train traveling speed is given length of train is given we have to find out length of bridge then prob on calender one date is given on Friday hv to find out day of othe date ans is Friday then there was 1 prob on percentage which was very easy ans was 21340 then 2’nd section was english grammer had has been being like that hv to fill in the blanks was very wasy then last section was find relative words there was five Q 1 pant ANS:-breath 2inquire ans :- ask And 3 more out of that 1 ‘s ans was:- body 4 And others ans was :-through THEN THEY HAVE GD There was three topics 1 should we allow india’s talent to go to abrod 2 protest against seperate state is justify 3 inturuption of politics in cricket Thats all guys i cleared both the rounds now preparing 4 interview best of luck
how can we maintain the previous version scripts to new version.
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
What is the difference between COM and CORBA?
1.Mutating table
design a counter with the following repeated binary sequence: 0, 1, 2, 3, 4, 5, 6, 7, 8 using JK Flip Flop.
without selecting individually each field in Action Class from jsp,what is the best process to select as many as field at a time automatically from jsp page by using value object class.
how do we provide security for web services