In Java what is the difference between following two statements ?
int a[],b;
int []a,b;
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 |
Even if all fields are initialized also in a program, I am getting COBOL/400 decimal data error .why is it coming?
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Need guidewire related Documents(Interview Question/Tips/Best Practice/Dumps)
What do you mean by an array ? explain with an example
needs examples for black box testing and white box testing
major characteristics of software system
How to merge Action Form with Dyna Action Form in Struts.
could u please also write an example of a code that involves instances from an abstract class just as u did for interfaces because u said it could also work which i really doubt. thanks
what is difference between kpo and it industry? that is in terms of work, package etc
When will you use shell script/Perl ahead of C/C++?
WHAT IS MAIN IMPORTANT THING IN SOFTWARE?
why should i hire u