Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: November 22, 2021In: DBMS

      please solve this problem urgent

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 22, 2021 at 3:00 pm

      ANSWER:

      ANSWER:

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: November 22, 2021In: Programming Language

      Write a program to create classes and use of different types of methods.

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 22, 2021 at 12:49 pm

      A method is basically a set of code which is referred to by name and can be called or invoked at any point in a program, just by utilizing the method’s name. Each method is given its own name. When that name is in a program, the execution branches to the body of that method.     TAP ON ATTRead more

      A method is basically a set of code which is referred to by name and can be called or invoked at any point in a program, just by utilizing the method’s name. Each method is given its own name. When that name is in a program, the execution branches to the body of that method.

       

       

      TAP ON ATTACHMENT FOR ANSWER:

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: November 19, 2021In: Programming Language

      Length and breadth of a rectangle are 5 and 7 respectively. Write a program to calculate the area and perimeter …

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 21, 2021 at 6:45 pm

      //java code import java.io.*; class Main { static int areaRectangle(int a, int b) { int area = a * b; return area; } static int perimeterRectangle(int a, int b) { int perimeter = 2*(a + b); return perimeter; } public static void main (String[] args) { int a = 5; int b = 7; System.out.println("Area =Read more

      //java code
      import java.io.*;
      
      class Main {
      
      
      static int areaRectangle(int a, int b)
      {
      int area = a * b;
      return area;
      }
      
      static int perimeterRectangle(int a, int b)
      {
      int perimeter = 2*(a + b);
      return perimeter;
      }
      
      
      public static void main (String[] args) {
      
      int a = 5;
      int b = 7;
      System.out.println("Area = "+ areaRectangle(a, b));
      System.out.println("Perimeter = "+ perimeterRectangle(a, b));
      
      }
      }
      
      
      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: November 21, 2021In: DBMS

      Consider a database table T containing two columns X and Y each of type integer. After the creation of the …

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 21, 2021 at 12:33 pm

      https://sikshapath.in/question/consider-a-database-table-t-containing-two-columns-x-and-y-each-of-type-integer-after-the-creation-of-the-table-one-record-x1-y1-is-inserted-in-the-table-let-mx-and-my-denote-the-respective-ma/

      Consider a database table T containing two columns X and Y each of type integer. After the creation of the table, one record (X=1, Y=1) is inserted in the table. Let MX and My denote the respective maximum values of X and Y among all records in the table at any point in time. Using MX and MY, new records are inserted in the table 128 times with X and Y values being MX+1, 2*MY+1 respectively. It may be noted that each time after the insertion, values of MX and MY change. What will be the output of the following SQL query after the steps mentioned above are carried out? SELECT Y FROM T WHERE X=7;

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: November 20, 2021In: DBMS

      Compare the deferred-modification and immediate-modification version of the log-based recovery schemes, in terms of ease of implementation and overhead cost

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 20, 2021 at 10:23 pm

      https://sikshapath.in/question/compare-the-deferred-modification-and-immediate-modification-version-of-the-log-based-recovery-schemes-in-terms-of-ease-of-implementation-and-overhead-cost/

      Compare the deferred-modification and immediate-modification version of the log-based recovery schemes, in terms of ease of implementation and overhead cost.

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: November 19, 2021In: DBMS

      List % ROWTYPE and TYPE RECORD along with their applications.

      I'M ADMIN
      I'M ADMIN
      Added an answer on November 20, 2021 at 10:06 pm

      https://sikshapath.in/question/list-rowtype-and-type-record-along-with-their-applications-2/

      List % ROWTYPE and TYPE RECORD along with their applications.

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 110 111 112 113 114 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 141
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • 25 Essential Software Testing Questions: Flashcard Edition!
    • 27 C++ Questions & Answers – Quiz 1 Flashcards
    • Interactive Alphabet Flashcards for Kids: A to Z Learning Fun!

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved