Home » 
        MCQs » 
        AppML MCQs
    
        
    In which of the following ways of accessing the data, uses a JavaScript object to display records?
    
    
    
	21. In which of the following ways of accessing the data, uses a JavaScript object to display records?
    
      - Using object
- Using JSON File
- Using Text File
- Using XML File
- Using Database
Answer: A) Using object
    Explanation:
    In object way of accessing the data, a JavaScript object is used to display the records.