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: October 31, 2021In: Mathematics

      Gauss elimination

      JonSnow07
      JonSnow07
      Added an answer on October 31, 2021 at 6:39 am

      Download the Attachment.

      Download the Attachment.

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: October 19, 2021In: DBMS

      Write a program in PL/SQL to print the value of a variable inside and outside a loop using LOOPEXIT statement.

      JonSnow07
      Best Answer
      JonSnow07
      Added an answer on October 19, 2021 at 6:44 pm

      Download the attachment for answer.

      Download the attachment for answer.

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: October 19, 2021In: DBMS

      Write a program in PL/SQL to check whether a number is prime or not using goto statement with for loop.

      JonSnow07
      JonSnow07
      Added an answer on October 19, 2021 at 6:39 pm

      DOWNLOAD ATTACHMENT FOR ANSWER

      DOWNLOAD ATTACHMENT FOR ANSWER

      See less
      Attachment

        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: October 18, 2021In: Programming Language

      Create two threads, one thread to display all even numbers between 1 & 20-java

      JonSnow07
      JonSnow07
      Added an answer on October 18, 2021 at 10:23 pm

      public class Main { public static void main(String[] args) { Runnable r = new Runnable1(); Thread t = new Thread(r); t.start(); Runnable r2 = new Runnable2(); Thread t2 = new Thread(r2); t2.start(); } } class Runnable2 implements Runnable{ public void run(){ for(int i=1;i<=20;i++){ if(i%2 == 1) SRead more

      public class Main {

      public static void main(String[] args) {
      Runnable r = new Runnable1();
      Thread t = new Thread(r);
      t.start();
      Runnable r2 = new Runnable2();
      Thread t2 = new Thread(r2);
      t2.start();
      }
      }

      class Runnable2 implements Runnable{
      public void run(){
      for(int i=1;i<=20;i++){
      if(i%2 == 1)
      System.out.println(i);
      }
      }
      }

      class Runnable1 implements Runnable{
      public void run(){
      for(int i=1;i<=20;i++){
      if(i%2 == 0)
      System.out.println(i);
      }
      }
      }

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: October 12, 2021In: Programming Language

      What is Java?

      JonSnow07
      JonSnow07
      Added an answer on October 13, 2021 at 9:24 am

      Java is a programming language and a platform. It is a high level, robust, object-oriented and secure programming language. Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in early 1991. James Gosling is known as the father of Java. Before Java, its name was Oak. SinceRead more

      Java is a programming language and a platform. It is a high level, robust, object-oriented and secure programming language.

      Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in early 1991. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the Oak name to Java.

      Application of Java:

      Java is currently used vastly in many devices. Some of its application are as followed-

      • Desktop Applications such as acrobat reader, media player, antivirus, etc.
      • Mobile Applications
      • Embedded System
      • Gaming Applications
      • Web-based Applications
      • Enterprise Applications such as banking applications
      • Cloud-based Applications
      • Robotics, etc.

      How Java Works

      First Java is compiled into bytecode and then it is interpreted to machine code.

       

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 3 4 5

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 149
    • Best Answers 89
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team
    • AI News: 🤝 Biden Meets Xi on AI Talks, 💡 Xavier Niel’s Advice for Europe, ♻️ Hong Kong’s Smart Bin Revolution, 🚀 AI x Huawei

    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