Skip to content

Automation Testing

Java, Selenium etc..

  • Java
  • Selenium
  • Interview Question
  • Core Java Coding
  • Rest APIS
  • Manual Testing
  • SQL Queries
  • Postman
  • Toggle search form

Category: Selenium

Can you write java program for prime number 1to 50 and skip printing 30 and 40 numbers

Posted on May 28, 2023May 28, 2023 By admin

package BasicCoreJavaExamples;import java.util.Scanner;public class PrintPrimeNumbers { public static void main(String[] args) { Scanner src = new Scanner(System.in); System.out.println(“Enter prime number till to :”); int lastNum = src.nextInt(); int count = 0; if (lastNum == 0 || lastNum == 1) { System.out.println(“The given numbers are nor prime number.”); } for (int i = 2; i <=…

Read More “Can you write java program for prime number 1to 50 and skip printing 30 and 40 numbers” »

Core Java Coding Questions, Selenium

Imp Links

Posted on May 21, 2023May 25, 2023 By admin

Design patterns in automation framework : https://www.browserstack.com/guide/design-patterns-in-automation-framework Azure Pipeline setup: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/test-studio-yaml-pipeline

Selenium

Recent Posts

  • Can you write java program for prime number 1to 50 and skip printing 30 and 40 numbers
  • Java 8 features
  • Imp Links
  • Create a Java program to store the Name and Salary of employees
  • String Char Counts Using Collections

Recent Comments

No comments to show.

Copyright © 2022 okhalaTech