• Home
  • WordPress
  • web Hosting
    • Free hosting
    • Cheap Hosting
    • comparison cloud , vps, shared, wordpress
    • managed wordpress hosting
    • managed cloud hosting
  • page Speed
  • Deals
  • Services
  • About

RAaz Kumar .com

wordpress tutorials seo hosting etc


Core Java Tutorial Free online

java syllabus for android development

what are java basics

 

  1. Core java
  2. OOPS Concepts
  3. Multi-threading
  4. exception handling

And as for 2 hours of dedicated learning. I think it shouldn’t take more than 20-25 days,

http://code.tutsplus.com/categories/android-sdk

Installing Java and Eclipse

JDK 7 download

java core and advanced syllabus

Core JAVA:
• INTRODUCTION TO JAVA
• OOPS CONCEPTS
• LOOPING & ARRAYS
• EXCEPTION HANDLING
• FILE HANDLING
• THREADING & MULTITHREADING
• COLLECTION FRAMEWORK

 

Advanced
• APPLETS
• SWINGS
• SQL AND PL/SQL OR MYSQL
• JDBC

J2EE:
• HTML
• JSP
• SERVLETS
• XML

• MODEL VIEW CONTROLLER – MVC
• STRUTS/SPRING/HIBERNATE

Class; set of objects class first letter must be UPPER CASE,
METHOD: first letter lowercase
Java project name as same as class name,
Public static void main

Main method is compulsory in every java programme.

Object:
Intizer:

Identifiers: must start with LETTers or $ _ ,
Other than this not works.

Variables:
Static variable (class)
Instance variables ( non static)
Local variables

Arrays: these object but stores multiple variables.

 

Class; set of objects class first letter & inner word 1st letter must be UPPER CASE, Ex: class MyNewClass
METHOD: first letter lowercase
Java project name as same as class name,
Class name starts with Big letter object /variable in starts with small letter.

Public static void main

Main method is compulsory in every java programme.

Object: instance of class called as object

To call method other than main
We have to create object in main method and then call new method with object.

Ex. Object.method()

Identifiers: must start with Letter or $ _ , (not with 123 etc) (classes,methods, objects names called as identifiers)

Other than this not works.
modifiers: we will modify classes & objects in java
Acess modifiers: deafult,public, private protected
Non-acees modifiers: final,abstract,strictfp
Arrays: these object but stores multiple variables of the same type
we can declare array size & index (starts from zero left to right)  the elements.
int[] arr =new int[5]
5 is the array size
arr[3]= 54; 54 is the 3rd number in the array index
multidimensional arrays: basically two-dimensional arrays are more famous.
int[][]sample = {{1,2,3}, {4,5,6}
to call this we have to provide to index 1 for array 2nd one for the element in that array
int y=sample[1][0]
system.ou.println(y);
//output is 4; 1 is 2nd array & 0 is  the 1st element in the 2nd array.
row index and column index are 2 multidimensional indexes
Variables:
used to store values in the programming language.
Static variable (belongs to the class instead of single method)
Instance variables ( nonstatic)
Local variables
 
Intizer: type of variale to store intizer valus like 1,2,3.30,  (int)
Member variable: string stored for names
Enums: just like arrays but restrict variable in predefined way.
enum student{ school, college, university}
Student a = student.schoool
Method: also called as function to perform a task.  first letter should be small and inner words capital.
Void:indicates non return value
Static: method & object belong the class instead of object/instance.
Comments:
Single lined //comment
multi line comments /*ghhg
jjjggg*/
Basics:
Loops & Conditional statements
 
 
 
For loop
Do while
if else
enhanced for loop (for each loop)
Iteration:
Class/Objects methods:
 java package is a group of classes. classes hold different objects/methods and variable all the code.
Class
Super class & subclass
Inheritance: Subclass inherited from subclass by // Superclass extends subclasses. (we can call existing class from newly created class for using the same code)
interfaces: abstracts class (contract between classes)
@override
getters & setters
Java utilities;
import java.uitilities.scanner/formmatter/
Scanner useful to read documents in a path.
formatter  creates and adds content to the document.
Special methods:
Constructors: same as class and should have Nonreturn value (void)
Exception handling:
checked exceptions
throws try catch exception e implement runnable.
unchecked Runtime exception

Core Java and Advanced Java Syllabus

http://docs.oracle.com/javase/tutorial/java/concepts/

Java vs. JavaScript: Similarities and Differences

Related topics:

  1. Php tutorials
  2. Webservices
  3. JSON
  4. AsyncTask
  5. sbi online internet banking login Registration with ATM card tutorial

tutorials

  • Vivek Bindra Videos Transcription (business strategy)
  • git commands
  • new relic php agent install in 3 steps
  • new relic mysql install integration - 2 ways fix problems
  • new relic installation linux (infrastructure agent , php, mysql , nginx)
  • xampp tutorials 2021 installation errors fix wordpress phpmyadmin mysql apache
  • Redis performance metrics & tuning for nginx apache ubuntu & debian
  • Devops course Syllabus topics PDF AWS, Azure, cisco, redhat
  • CCNA Syllabus pdf (CCNA / CCNP vs devops vs mcsa /MCSE)
  • how to create a website free of cost on google
  • what is vpn vs proxy vs tor, http vs https, http2, tcp vs udp, kali linux sql source code injection
  • nginx server tutorials (installation, configuration, performance tuning, security)
  • MySQL Tutorial (create,connect database, update tables, export etc) Documentation & TIPS
  • AUdio Editing Background Noise removal (Audacity, Adobe Premiere Addition, Camtasia Filmora Windows Obs)
  • Android Studio tutorials syllabus Topics Course details #AndroidApplicationDevelopment
  • [INTRO] Ethical hacking / cyber Security / Penetration testing Tutorial -{updates frequently}
  • redis install ubuntu 20.04 with wordpress php redis mysql configuration
  • ubuntu tutorials installation download issues etc
  • Php tutorials
  • HTML & CSS Tutorials
  • Core Java Tutorial Free online
  • Linux sysadmin tutorials linux system administrator
  • apache server tutorial (install,config, performance tuning, security, error handling)

 

 

wordpress Pagespeed optimization

Digitalocean free $100 Credit

Cloudways Review pricing promo codes

Siteground cpu limits Pricing

Shared Hosting

Managed wordpress Hosting

Managed Hosting Cloud server

VPS Hosting

Cloud Hosting – Unmanaged

Google cloud Pricing

Aws Pricing

Azure pricing

nginx server tutorials

apache server tutorials

linux sysadmin tutorials

mysql Commands list pdf

LEMP Install Ubuntu

Mysql Performance Tuning

Nginx Performance tuning

Linux Performance tuning

Php -fpm performance tuning

Redis Performance tuning

linux server security

nginx security best practices

wordpress security plugins

 

 

wordpress

 

Top 5  WP Google Analytics Plugins

WP Backup Plugins

Wp Comment Plugins

Top wordpress Security Plugins

WP Seo Plugins

WP Caching Plugins

Best Adsense Plugins for WordPress

Wp social Sharing Plugins

autoshare social media plugins

WP speed Optimization Plugins

Speedup WordPress google Score

More Wp tuts

Server Admin Cloud

 

Installing Nginx LEMP On ubuntu

Installing apache Lamp ubuntu

nginx fastcgi cache enable

php – fpm install  & Configuration

Opcache install & Configure

php -fpm pool manager explained

Mysql Install & Configuration

Redis Object cache install & configure

 

Nginx as Reverse Proxy and Load balancer

Load Balance / auto scaling in google cloud

Linux Commands PDF

Mysql Commands Pdf

Letsencrypt tutorial

mysqldump export & import 

Pagespeed Module install & configure

nginx.conf best file

mysql.conf best file

upgrade ubuntu

© 2023 - All Rights Reserved Disclaimer & Privacy Policy