Tag: Java

30
Sep
2024

Kotlin Progress

Here i will share Kotlin progress about technical things. So for windows i was doing it, here…

23
Sep
2020

Class Object Example

Class Object – Earth is a software application where human and other thing is software objects.For creating…

19
Sep
2020

Interface Polymorphism Example

Robot.java package com.zakilive.ooplearningbyme; public class Robot implements Walkable { public void walk(){ System.out.println(“Robot Walking”); } }  …

17
Sep
2020

Java learned as so far:

Java variables, Array, 2d array Method Different method invoking and return type Class – Class is actually…

06
May
2017

Java J2EE Developer Freshers Interview Preparation

Kamil Toszek, Founder of TransQual (transqual.pl/en) Answered Jul 16, 2015 The books which you have mentioned are…

28
May
2016

Data Mining:Intros and Weka With Java

https://www.ibm.com/developerworks/library/os-weka1/ http://www.programcreek.com/2013/01/a-simple-machine-learning-example-in-java/ http://www.cs.umb.edu/~ding/history/480_697_spring_2013/homework/WekaJavaAPITutorial.pdf