Tag: technology
Questions Related to technology
Which is simplest code snippet you will add in the main function to set the name attribute of 50th in the ItemList to “Done”?
Which of the given options code is correct and will not waste memory. Note :- Defination of the Class Item is class Item { public int code; public String name; public Item(String name) { this.name = name; } } itemList is ArrayList containing 50 objects of Class Items.
How to multiply the VAT factor .12 with the bought product costs (pos 25-30) in the PRODUCT file and copy to the FINAL file? The file length is 215.
How to copy the eliminated duplicate records into another file wherein the SORT happens on the 1st 3 characters of the file?
By using _________ statement, data can be sorted in a file between headers and trailers.