www.javatutor.creditcatalogue247.co.uk
Open in
urlscan Pro
5.134.9.111
Public Scan
URL:
https://www.javatutor.creditcatalogue247.co.uk/
Submission: On January 31 via automatic, source certstream-suspicious — Scanned from GB
Submission: On January 31 via automatic, source certstream-suspicious — Scanned from GB
Form analysis
2 forms found in the DOMGET https://www.javatutor.co.uk/
<form method="get" class="td-search-form" action="https://www.javatutor.co.uk/">
<!-- close button -->
<div class="td-search-close">
<a href="#"><i class="td-icon-close-mobile"></i></a>
</div>
<div role="search" class="td-search-input">
<span>Search</span>
<input id="td-header-search-mob" type="text" value="" name="s" autocomplete="off">
</div>
</form>
GET https://www.javatutor.co.uk/
<form method="get" class="td-search-form" action="https://www.javatutor.co.uk/">
<div role="search" class="td-head-form-search-wrap">
<input id="td-header-search" type="text" value="" name="s" autocomplete="off"><input class="wpb_button wpb_btn-inverse btn" type="submit" id="td-header-search-top" value="Search">
</div>
</form>
Text Content
Sign in * Start Here * Java Core * JAVA OOP * What is a Class and an Object in Java * Code, life and everything else * About Sign in Welcome!Log into your account your username your password Forgot your password? Privacy Policy Password recovery Recover your password your email Search Sign in Welcome! Log into your account your username your password Forgot your password? Get help Privacy Policy Password recovery Recover your password your email A password will be e-mailed to you. * Start Here * Java Core * JAVA OOP * What is a Class and an Object in Java * Code, life and everything else * About Home Blog WHAT IS A JAVA VARIABLE? Java Core admin - October 25, 2020 0 Read more MULTIPLICATION TABLE – SIMPLE EXERCISE IN JAVA FOR BEGINNERS Java Exercises admin - February 23, 2020 0 Exercise: Write a method that displays the multiplication table of up to 10, of the number passed as an argument to the given method. public class App { public static void main(String[] args) { multiply(3); } public static void multiply(int x) { int result; for(int i = 0; i<=15; i++) { result = x * i; System.out.println(x +... Read more GUESS THE NUMBER – JAVA EXERCISE FOR BEGINNERS Java Exercises admin - December 15, 2019 0 This is an exercise for beginners. You will learn two ways to write a simple Java program that guesses the number. This exercise is aimed at beginners in programming and contains a full walk through with step by step explanation of each line of code. Read more SIMPLEST EXERCISE FOR BEGINNERS IN JAVA Java Exercises admin - December 11, 2019 0 This exercise is aimed at complete beginners and it involves displaying the text "Hello world!" on the screen. Below is a step by step guide on how to do just that. public class Hello { public static void main(String args) { System.out.println("Hello world!"); } } The output of this program is: Read more THE 4 CORE CONCEPTS TO UNDERSTAND IN ORDER TO LEARN PROGRAMMING Programming Fundamentals admin - December 11, 2019 0 There are 4 other concepts that you must also understand in programming before you attempt moving further in your learning how to program in Java adventure. These are: variables methods (or functions), conditions(decision making), loops(repetition). Below I will explain in simple terms what each one means. My advice to you is to take your time reading,... Read more THE MOST IMPORTANT THING TO KNOW BEFORE YOU START LEARNING PROGRAMMING Programming Fundamentals admin - September 23, 2019 0 To learn programming you must first understand 3 main concepts that apply to any programming language, not only to Java. These are : sequence, selection, repetition. Sequence (or order) refers to the order in which we write each line of code. Read more EDUCATION KILLS FEAR Resources admin - September 23, 2019 0 Yes, you read it well. Psychology. On a programming blog. Because there is a big chance that you come with a baggage of limiting beliefs that whisper to you all day long that you'll never ammount to anything. Zero.Zilch.Nada. Good news. This is a thing almost everyone struggles with despite no one shouting... Read more RECENT POSTS WHAT IS A JAVA VARIABLE? Java Core admin - October 25, 2020 0 MULTIPLICATION TABLE – SIMPLE EXERCISE IN JAVA FOR BEGINNERS Java Exercises admin - February 23, 2020 0 GUESS THE NUMBER – JAVA EXERCISE FOR BEGINNERS Java Exercises admin - December 15, 2019 0 SIMPLEST EXERCISE FOR BEGINNERS IN JAVA Java Exercises admin - December 11, 2019 0 PAGES * About * Code, life and everything else * Java Core * JAVA OOP * Privacy Policy * Start Here * What is a Class and an Object in Java Newspaper is your news, entertainment, music fashion website. We provide you with the latest breaking news and videos straight from the entertainment industry. Contact us: contact@yoursite.com * Start Here * Code, life and everything else * About * Privacy Policy ©