Date:-10/8/2013
TIMING
|
DESCRIPTION
|
10:30 to 1:30
|
General Problem Solving, Some Project Related Discussion
Revision related to C basic concept like object, classes etc. Also Revision History of C.
|
2:00 to 5:00
|
Learned four major pillars of C language.
1) Abstraction
2) Encapsulation
3) Inheritance
4) Polymorphism
|
Today i learnd basic C concept,history and it's major pillars
Date:11/08/2013
TIMING
|
DESCRIPTION
|
10:30 to 12:20
|
Revision of previous lecture,history of java
some java introduction
|
12:20 to 12:50
|
lunch break
|
12:50 to 03:30
| learn simple java program |
03:30 to 05:30 |
Practical Session: Creating blog and write prog. for find out leap year in java
|
Today i learn some basic concept of java.history of java, simple java program. Implement the Program to print hello world and program to display validation of date. i create my blog .
Date:17/08/2013
TIMING
|
DESCRIPTION
|
10:30 to 1:30
|
Study what is mean by constructor,how it can declare?
where 'this' opreater is used? |
1:30 to 2:00
|
lunch break
|
2.00 to 5.00
| What is mean by static variable and methods |
03:30 to 05:30 |
Practical Session:
write prog. using this and static keyword |
Today i learn that 'this' oprater is not use with static
how constructor is initialize .
Date:18/08/2013
TIMING
|
DESCRIPTION
|
10:30 to 2:00
|
Creation of packages,how access specifier is used in classes
|
2:00 to 2:30
|
lunch break
|
2.00 to 5.00
| How jvm work in memory 1)stack area 2)heap area 3)data area 4)code area |
03:30 to 05:30 |
Practical Session:
write prog. for get info of 5 student sort it with date of birth |
Today i learn that how we can create package in java.
learn how can we create diff. packages also diff. classes.
How jvm work in memory
1)stack area---->variable
2)heap area----> object
3)data area----->
4)code area---->code
Date-23/8/2013
Time Activity 10.30Am -12.00Pm Revision of previous lecture, 12.00Pm – 1.30Pm study of java concept Inheritance 1.30Pm – 2.00Pm Lunch Break 2.00 Pm – 3.30Pm Practical session inheritance implementation 3.30Pm-5.30pm project study
Learning:-
Today I learned java concept inheritance. ,In practical session. Create inheritance employee based class & access derived class Manager,wage employee,sales person.
Date-24/8/2013
Time Activity 10.30Am -12.45Pm Revision of previous lecture,,function over ridding,abstract,Object Class,keyword,final keyword 12.45-1.30Pm lunch break 1.30Pm – 2.30Pm practical Session 2.30 Pm – 3.40Pm awt 3.30Pm-5.30pm Practical Session
Today I learned java concept like polymorphism,default "Object" class,abstract.
In practical session. Create inheritance employee based class & access derived class Manager,wage employee,sales person and perform method overriding,abstract class and method, final keyword.
Also learn how to create user interface(UI) in java using diff classes like frame.
Date:31/08/2013
TIMING
|
DESCRIPTION
|
10:30 to 2:00
|
What is mean by interface and
String class and StringBuffer. |
2:00 to 2:30
|
lunch break
|
2.00 to 3:30
| What is mean by Wrapper class and Reflection class |
03:30 to 05:30 |
Practical Session:
1)write a prog. to implement interface 2)Display class name,methods and Fields using Reflection |
Today I learn how interface can be declared and how it can be use.
Also understand what is use of wrapper class and first class object in JAVA like Array and String.
I display class name,methods,fields of class using Reflection.
Date:1/09/2013
TIMING
|
DESCRIPTION
|
10:30 to 2:00
|
What is mean by Events?
How to create Button,TextField,Panel. |
2:00 to 2:30
|
lunch break
|
02:30 to 05:00 |
Practical Session:
1)write a prog. to implement calculator using AWT component and Event Handling. |
Learning:-
In this session we understand how AWT component can be created and also get knowledge about event handling. I implement calculator in practical session using AWT component like Button and TextField and also used event handling like mousehandle event for generate mouse click action.
Date:07/09/2013
TIMING
|
DESCRIPTION
|
10:30 to 1:30
|
What is mean by Swing package?
and how it can be used for designing of UI in JAVAX. What is mean by Exception? |
2:00 to 2:30
|
lunch break
|
02:30 to 05:00 |
Practical Session:
I write a program to design calculator using swing component and also write a program for Exception handling |
Learning:-
In this session we understand how Swing component can be created and also get knowledge about Exception handling. I implement calculator in practical session using Swing component like JButton and JTextField and also used event handling like mousehandle event for generate mouse click action.
I also understand exceptiom handling in program and it's subclass like as runtime exception and i/o exception.
I wrote a program which is throws Arithmatic Exception and arrayoutofbound exception.
Learning:-
Today in pre-lunch session I learned java concept like Multiprocessing,Thread programme demo,synchronization. It is Java inbuilt components. It use for developing Graphical programming.I also Learned about Thread,Multiprogramming,Multiprocessing.Thread is worked in its methode Run. It is created in constructor.
I also understand exceptiom handling in program and it's subclass like as runtime exception and i/o exception.
I wrote a program which is throws Arithmatic Exception and arrayoutofbound exception.
Date-8/9/2013 Time-10.30 Am to 4.00 Pm
- TimeActivity10:30 to 2.00Revision of previous lecture,Thread,multiprocessing,synchronization2.00 to2.30Lunch break2.30 to4.00Practical Session
Learning:-
Today in pre-lunch session I learned java concept like Multiprocessing,Thread programme demo,synchronization. It is Java inbuilt components. It use for developing Graphical programming.I also Learned about Thread,Multiprogramming,Multiprocessing.Thread is worked in its methode Run. It is created in constructor.
In Practical section performed the program on creating Thread,Thread handling.
.................................................................................................................
Date:21/09/2013
Time | Description |
10:30 AM to 11:30 AM
|
Legacy classes, Methods of Vector class.
|
11:30 AM to 12:00 PM
|
Generic Class.
|
12:00 PM to 1:30 PM
|
Collection Framework,I/O package,i/p stream,o/p stream.
|
1:30 PM to 2:00 PM
|
Lunch break
|
2:00 PM to 5:30 PM
|
Practical section
|
LEARNINGS :
Today I learned about the all Legacy Classes, Methods of Vector Class,Generic Class,Collection Framework, Collection Interface Methods, I/O Packages(i/p Stream and o/p stream).
In practical section I implemented the basic programs using Vector, HashSet,HashTable,List, Stream Class and for copying content of one file into another file.
..............................................................................................................
Date:22/09/2013
Time | Description |
10:30 AM to 11:30 AM
|
I/O & Utility Classes
|
11:30 AM to 12:00 PM
|
Serialization.
|
12:00 PM to 1:30 PM
|
Socket Programming.
|
1:30 PM to 2:00 PM
|
Lunch break
|
2:00 PM to 5:30 PM
|
Practical section
|
LEARNINGS :
TODAY I LEARNED ABOUT THE I/O & UTILITY CLASSES,SERIALIZATION AND SOCKET PROGRAMMING.
IN PRACTICAL SECTION I IMPLEMENTED THE SIMPLE SOCKET PROGRAM FOR CREATING SIMPLE CHAT APPLICATION.
..............................................................................................................
Date:28/09/2013
Time | Description |
10:30 AM to 11:30 AM
|
Discussion on previous assignment questions
|
11:30 AM to 12:00 PM
|
JDBC, JDBC types
|
12:00 PM to 1:30 PM
|
Program for database connectivity.
|
1:30 PM to 2:00 PM
|
Lunch break
|
2:00 PM to 5:30 PM
|
Practical section
|
No comments:
Post a Comment