Whats New
JavaScript Vs TypeScript
Wrapper Classes
Association In Java
IOS – Apple’s mobile operating system
  • Yelp
  • Facebook
  • Twitter
  • Instagram
  • Email
Skip to content
  • Home
  • About
  • Blog
  • Contact
  • Forum
  • Home
  • Home
  • About
  • Blog
  • Contact
  • Forum
  • Home
  • Home
  • Programming

Category: Programming

Wrapper Classes

January 28, 2019January 29, 2019 kavitha kunduruGeneral, JAVA

As a Java Programmer, we know that all Java variables are by default mutable(changeable). To make them immutable(not changeable), the final keywordis required. In addition, we cannot put an int(or other primitive values) in a collection. As only references can…

Leave a comment

Association In Java

January 18, 2019January 28, 2019 kavitha kunduruGeneral, JAVA

we will discuss Association in Java it’s very simple Association establishes relationship between two separate classes through their objects.In object-oriented programming, an object communicates to another object to use functionality and services provided by that object. Hence you must know about the relationships between…

Leave a comment

Implementing Inheritance ,Is-A and Has-A Relationships in Java

August 31, 2017January 3, 2018 kavitha kunduruGeneral, JAVA

Hi Freinds, Today  i came with one of the OOP  principles by which an object acquires the properties of another object. That is the concept of inheritance supports hierarchical classification. Without inheritance, we need to define all the characteristics of…

Leave a comment

Implementing Encapsulation In Java

August 31, 2017 kavitha kunduruGeneral, JAVA

Hi Guys, after long break…Today we will discuss one of the most important concept ‘Encapsulation‘ It’s quite difficult to understand the concept of encapsulation from a definition. So let’s understand what encapsulation is by looking at some code examples.Basically, there are…

Leave a comment

Declaring Arrays in Java

August 1, 2017January 28, 2019 kavitha kunduruGeneral, JAVA

Hi guys, Here we discuss about one of the common and important topic is working with Arrays..means how to declare Arrays in Java. An array is a collection of data storage locations, each of which holds the same type of…

Leave a comment

Declaring Variables in Java

August 1, 2017 kavitha kunduruGeneral, JAVA

Hello Everybody, Since we discussed about how to declare Classes,Methods in my previous posts. Now we discussed about  Varibles..Variables are  also class members defined within a class, which hold values. we had already discussed about the rules for naming a legal…

Leave a comment

Declaring Methods Using Non-access Modifiers

July 31, 2017July 31, 2017 kavitha kunduruGeneral, JAVA

Hi Friends, Last post we discussed about access modifiers. Apart from access modifiers, the non-access modifiers can also be used in declaring  the class members(methods) in some particular situations. The following are Non-access modifiers: final abstract synchronized native Methods with variable…

Leave a comment

Declaring methods Using Access Modifiers in Java

July 28, 2017July 28, 2017 kavitha kunduruGeneral, JAVA

Hi friends, Here we will discuss about Access Modifiers. Every Programmer must and should know the basics of programming language then only we can write the code efficiently. Java access modifiers help structure  of our program to have proper scoping. The access modifiers…

Leave a comment

What is the static keyword in Java

July 28, 2017July 28, 2017 kavitha kunduruGeneral, JAVA

Hi Friends, In this topic we will discuss the use of static keyword in Java. Every Java Programmer including me also in begining stage  first thinking about why main method is static? why because object is not required to call static…

3 Comments

Working with Interfaces in Java

July 26, 2017July 28, 2017 kavitha kunduruJAVA

What is interface As you’ve already learned, objects define their interaction with the outside world through the methods that they expose. Methods form the object’s interface with the outside world; the buttons on the front of your television set, for…

Leave a comment

Posts navigation

1 2 Next

OOPS Concepts in Programming

February 1, 2017

What is the static keyword in Java

July 28, 2017

Starting emulator with Android Studio on windows

July 12, 2017

Coding Standards-III

July 13, 2017

Declaring Methods Using Non-access Modifiers

July 31, 2017

JavaScript Vs TypeScript

February 2, 2019

Wrapper Classes

January 28, 2019

Association In Java

January 18, 2019

IOS – Apple’s mobile operating system

December 7, 2017

Implementing Inheritance ,Is-A and Has-A Relationships in Java

August 31, 2017

Olej konopny on What is the static keyword in Java

Alonzo Gautreaux on Starting emulator with Android Studio on windows

snehalatha on What is the static keyword in Java

Declaring Variables in Java on What is the static keyword in Java

Rajesh on Coding Standards-III

Categories

  • Database SQL
  • General
  • Mobile Programming
    • Android
    • iOS
  • Programming
    • .NET
    • Angular JS
    • JAVA
  • Yelp
  • Facebook
  • Twitter
  • Instagram
  • Email
Copyright © All rights reserved.
Powered by WordPress | Magazine Point by Axle Themes