Question
A Public Company is a company which has a minimum
paid-up share capital ____________Solution
Section 2(71) public company: “public company” means a company which—(a) is not a private company and; (b) has a minimum paid-up share capital as may be prescribed. Since there is no prescribed amount therefore there is no minimum paid-up capital requirement.
In Numerical and Statistical Computing, which method is used for solving linear equations with large datasets?
Which of the following best describes supervised learning in machine learning?
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
Which of the following statements best describes a key difference between virtual machines and containers?Â
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
- What is the role of Artificial Intelligence (AI) in modern business applications?
Aggregate function in SQL
Given the following code snippet implementing a Round Robin CPU scheduling algorithm, what will be the output when the processes are scheduled?
d...
Consider the following Java code that implements encapsulation:
class BankAccount {
  private double balance;
  public Bank...
Identify correct statement w.r.t Java Syntax