Question
Consider the following statements:
start="1"> The World Investment Report is released by the World Economic Forum. India is the third largest recipient of FDI in the top 20 host countries in 2021 as per the World Investment Report 2022. In FY22 India received the highest-ever FDI inflows in its history. Â Which of the statements given above is/are correct?Solution
The World Investment Report 2022 of UNCTAD places India as the seventh largest recipient of FDI in the top 20 host countries in 2021. Hence, statements 1 and 2 are not correct. In FY22 India received the highest-ever FDI inflows of US$ 84.8 billion including US$ 7.1 billion FDI equity inflows in the services sector. To facilitate investment, various measures have been undertaken by the Government, such as the launch of the National Single-Window system, a one-stop solution for approvals and clearances needed by investors, entrepreneurs, and businesses.
1.   Predict the output of the code
public class Animal {
  public static void main(String args[])
           ...
Appending value to list in python
Which of the following is NOT considered a core characteristic of cloud computing?Â
Abstract Class in Java
In the design and analysis of algorithms, which of the following algorithms is based on the greedy approach?
- Which of the following protocols is used for resolving IP addresses to MAC addresses in a network?
Which type of software is designed to help users perform specific tasks, such as creating documents, spreadsheets, or presentations?
What is the purpose of the with statement when working with files?
Which component in a V-shaped software development model corresponds to the testing phase?
Predict the correct output of below code in python
Greeting = lambda : print('Welcome to Ixambee’)
Greeting()