Skip to content

One step at a time.

  • Home
  • Technology
  • Core Java
  • Advance Java
  • Spring Technologies
  • AWS
  • Github
  • NoSQL
  • SQL
  • UI

File, Stream, Reader and Writer

January 16, 2016
kokasiva1

  Stream hierarchy   Programs: File Creation // 1 way of creating a file File simpleFile = new File( "C:\\Users\\cccc\\workspace\\ccccc-B3\\cccc.txt"); simpleFile ..createNewFile(); // 2nd way of creating a file String […]

MultiThreading

January 13, 2016
kokasiva1

S.No. Process based Multitasking programming Thread based Multitasking programming 1 A process is essence of program that is executing which running parallel Thread is a such part of multithreaded program […]

Exceptions Explained

January 13, 2016
kokasiva1

JVM Monitor all the statements. If an error/exception, then identifies corresponding Exception class. Create the object for Exception class. Throws the object. Catch the object & terminate the Program JVM […]

Core Java Assignment 6

January 12, 2016
kokasiva1

 1) Write a program to display <b> 2 dimensional multiplication table</b> based on user input? for example, if user enters 2 then the output should display  2*1=2 . . . […]

Core Java Assignment 5

January 10, 2016
kokasiva1

1) I have two classes Employee and Department as shown below. class Employee { int id; String name; Department dept; double salary; //setter/getter methods //override equals method //override toString //override […]

Core Java Assignment 4

January 9, 2016
kokasiva1

Assignment on Strings: String s =”This is a java class” How many words in a String? Length of the String? How many single character words in the String? Reverse each […]

Overloading vs Overriding

January 7, 2016
kokasiva1

Overloading : The Java programming language supports overloading methods, and Java can distinguish between methods with different method signatures. This means that methods within a class can have the same […]

Core Java Assignment 3

January 7, 2016
kokasiva1

Program 1: Write a program to take the inputs in the following order and display the result as shown below. Your program should use primitive arrays and for loop to […]

Core Java Assignment 2

January 5, 2016
kokasiva1

1) Try implementing Two interfaces with same method name & signature and same return type? 2) Try implementing Two interfaces with same method name with different return type ? 3) […]

Access specifiers / Access Modifiers / Visibility Modifiers

January 4, 2016
kokasiva1

  Below matrix provides the details about access specifier and their scope on variable, methods and classes. Static : Only one copy will be created in memory (i.e same copy […]

Posts navigation

Older posts
Newer posts

Categories

  • Technology (53)
    • Advance Java (16)
      • Assignments (1)
      • Spring Technologies (5)
    • AWS (2)
    • Core Java (19)
      • Assignments (10)
      • Setup & Basics (3)
    • Github (1)
    • Interview Questions (3)
    • NoSQL (1)
    • UI (1)
  • Uncategorized (2)
    • Rest API (1)

Archives

Recent Posts

  • Lambda Expressions – Java November 2, 2018
  • Splunk Queries October 2, 2018
  • AWS CLI July 25, 2018
  • Getting started with Groovy July 25, 2018
  • Docker – basics & commands April 18, 2018

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Proudly powered by WordPress  |  Theme by featherplain

  • About me & blog
  • Sample Page

© 2025 

Thank you

Your feedback has been received.

Close
 

Loading Comments...