Home » 
        MCQs » 
        Next.js MCQs
    
        
    Which of the following commands starts the application in production mode?
    
    
    
	49. Which of the following commands starts the application in production mode?
    
      - Start
- Npx start
- Npm start
- Next start
Answer: D) Next start
    Explanation:
    Next start command starts the application in production mode.