View all questions & answers for the CPST-001 exam
Which amongst the following options holds true with reference to creation of excel automation object using POI excel API?
File myxl = File ()
File myxl = new File 0
myxl = new File 0
File myxl == new File 0
Submit