Core java
24 SeptemberJava Runnable example
In this post, we will see Java Runnable example. As you might know, there are two ways of creating threads in java. Extending thread class Implementing Runnable interface. As you can extend only one class in java, it is not possible to extend any other class if a class extends thread class.You can also implement […]
23 SeptemberHow to invoke method using reflection in java
In this post, we will see how to invoke the method using reflection in java. Let’s understand this with the help of the example. Create a class named Employee.java. We will invoke this class’s method using reflection. [crayon-6a2990f5d8d31354956039/] Create a main method named EmployeeReflectionMain.java. [crayon-6a2990f5d8d3a455083486/] When you run above program, you will get below output: […]
23 SeptemberJava Reflection tutorial
Introduction Reflection, as we know from the common term, is an image of yourself or something else you see in a mirror or a mirrored surface. Java, being an object-oriented language draws heavily from real-life examples and so is the Reflection API of Java inspired from real life. In Java, the process of analyzing, viewing […]
22 SeptemberJava program to Remove element from array
In this post, we will see how to remove an element from array in java. Unlike Arraylist,Java Arrays class does not provide any direct method to add or delete element. As Array is fixed size in nature, you can not shrink or grow it dynamically. You need to create new array and copy all elements […]
19 SeptemberVodnik za začetek igranja – registracija, bonus in nasveti
Začetek z Bc online game je preprost, ko poznate korake – ta vodnik vas vodi skozi vsakega. Priprave Veljaven e-poštni naslov in mobilna številka (za potrditev). Osebni dokument (osebna izkaznica ali potni list) za preverjanje starosti. Stabilna internetna povezava – priporočljivo vsaj 10 Mb/s za nemoteno igranje. Podprta naprava: sodoben brskalnik (Chrome, Firefox, Safari) na […]
10 SeptemberTop 30 Java 8 interview questions and answers
In this post, we will some important interview questions specifically on Java 8. Java has changed a lot over years and Java 8 has introduced many new features which you need to know when you are preparing for Java interview. Here is a list of most asked Java 8 interview questions. 1) What are […]
26 AugustCopy Constructor in java
In this post, we will see about copy constructor in java. Copy constructor is the constructor which takes parameter as object of same class and copy each field of the class to the new object. Unlike C++, java does not provide default copy contructor. You need to create one, if you want to have copy […]
26 AugustJava default constructor
In this post, we will see about Java default constructor. Default constructor is the no arg constructor which is inserted by compiler unless you provide any other constructor explicitly. You won’t able to see it as it is present in class file rather than source file. Is there any difference between no argument constructor and […]
26 AugustCasino Leitfaden: Anmeldung, Bonus und Zahlungen im Detail
Online-Casinos unterscheiden sich stark in ihrer Qualität – dieser Leitfaden schneidet durch den Lärm und behandelt nur das, was für ein reibungsloses Erlebnis wirklich zählt. Quick Checklist Überprüfen Sie die Lizenz (Curacao eGaming) und die Bedingungen. Lesen Sie die Bonusbedingungen – insbesondere den Umsatzfaktor. Wählen Sie eine sichere Zahlungsmethode (Kreditkarte, E-Wallet oder Banküberweisung). Bestätigen Sie […]