Showing posts with label java training center. Show all posts
Showing posts with label java training center. Show all posts

Thursday, 29 March 2018

Java Training in Mumbai






We provide best Java training in Mumbai, navi mumbai. We have industry experienced trainers and provide hands on practice. Basic to advanced modules are covered in training sessions.


Who should do 50 Days Java Training Program


  • Student doing graduation, young and budding mind with no job pressure, this is the best time to apply for 50 Days Java Training Program
  • Graduates looking for the job, we perfectly fill the puzzle in the JigSaw. Perfect Training with Portfolio Project and Great Job Placement Record.
  • Working Professionals, promotions are on corner, being certified gives you the boost. Even when switching your jobs, it boosts your resume with your experience.
  • Anyone who love Java. Java is not restricted to any age, so even a high school student interested in Java can get his specialization done in Java through 50 Days Java Training and be proud of it..



Tuesday, 27 February 2018

ADVANCED JAVA (J2EE) Training in Mumbai


What is Advanced Java (J2EE)?
·         Advanced Java is the next advanced level concept of Java programming.
·         This high level java programming basically uses two Tier Architecture i.e Client and Server.
·         The ‘Advanced Java’ comprises the very complex advanced programming.
·         The advanced java programming covers the Swings, Socket Programming, AWT, Thread Concepts as well as the Collection objects and classes.
·         “Advanced Java” is nothing but specialization in domains such as web, networking, data base handling.most of the packages “Advanced Java” are always start with ‘javax.servlet..’
·         All the event handling mechanism of Java comes into the Advanced Java programming.
·         Advanced Java is used for developing the web based application and enterprise application.
·         Advanced Java is specialization in some domain , as someone in networking,web,DCOM,or data base handling.
·         Advanced Java has complete solution for dynamic processes which has many frameworks design patterns servers mainly JSP.
·         Advanced Java means java application that run on servers means these are the web application.

[source : http://blogs.mindsmapped.com/java-j2ee/advanced-java/ ]


Advanced Java Training Program is a Job oriented best Java Training Course. This training includes core java training, advanced java training plus 15 Days Free Android Training. Asterix Solution is prominent Java Training institute in Navi mumbai and Thane. Learn under professional and experienced Java Industry level trainers to boost your career in Java Industry. Hands on Training helps to get more coding experience and knowledge. 


Saturday, 11 February 2017

Java Training Program



Java Training Program for Beginners helps to develop career in Java Industry. Asterix Solution offers 3 Demo Lectures free on Java Training. Java Training Program Includes Core Java, Advanced Java, Spring , Hibernate, Java Mailing etc. For More Details, visit : www.asterixsolution.com/java-training.html 

Monday, 6 February 2017

Introduction to Class in Java

Java Class
·         Class is a template or blue print which is used to describe an object.
·         Class is one of the most important and misunderstood concept.

Class has got various definitions,
- Class is user defined data type.
- Class is an Abstract Data Type(ADT).
- Class is collection of variables and methods.


All the given definitions are really true but for a person who have just started to understand Java it becomes a bit tedious to understand.
Class is just a planning or a design on which object referring to it will be built upon.
Have you ever imagined why Fish cannot fly or Eagle cannot swim?
Answer is very simple because flying is not a characteristics of Fish and swimming is characteristics of Eagle.
If you understand this understanding concept of class will become easier.

Remember a class is made up of following content and all of this are optional, because if you try to do something like this.
class Demo
{
}

It will compile fine.

So a class can be made up of,
1) Variables
2) Methods
3) Constructors
4) Inner Classes

So assume for example if a class A contains certain methods m1(), m2(), m3().
It will be only able to access those methods and not any other methods (Assuming class has not inherited any other class other that java.lang.Object)

So in simple words "AN OBJECT OF A CLASS CAN ACCESS ONLY THOSE METHODS WHICH ARE DEFINED INSIDE IT'S CLASS, NOTHING MORE OR NOTHING LESS".

So as discussed, class Eagle does not have a variable fin and method swim() hence it cannot swim but same are the variables and methods of Fish, hence it can swim().
Same way Fish does not have variable wing and method fly() hence it cannot fly, but same are the variables and methods of Eagle so it can fly.

Now let us have a look at technical aspect of Class.

class is defined by a keyword class

class Fish
{
 int fin;

  Fish()
 {
  System.out.println("Inside constructor of Fish");
 }
 public void swim()
 {
  System.out.println("Swim of Fish");
 }

Get Best Training from best Java Classes in Thane. i.e. Asterix Solution. Asterix Solution is best Java Classes in Thane providing industrial based quality training with live project working experience and personality development sessions and Interview Preparation Sessions to easily crack interviews. You can get more details on Java Training here :  www.asterixsolution.com/java-training.html  or
call : +91 982 168 1514