Ameerpet Technologies boasted as the Best Placement Training Institute in Hyderabad, this is in educating the workforce to the IT industry. Read More...
C# contents:
ADO .net contents:
ASP contents:
SQL Server
HTML
CSS
JavaSCript
Angular
HTML
CSS :
JavaScript:
JQuery
TypeScript:
Angular:
1. Introduction to Programming and Technologies
2. Introduction to Java
3. JDK, Compiler, API, JRE, JIT and JVM
4. Compile and Run the First Program
5. Programming Elements
6. API documentation
7. IDEs
8. Hello World Program
9. Variables
10. Operators
a. Arithmetic Operators
b. Relational Operators
c. Logical Operators
d. Modify Operators
e. Conditional Operator
f. Bitwise Operators
g. Shift Operators
h. Compound Assignment Operators
11. Control Statements
a. Conditional Statements
i. If
ii. If-else
iii. If-else-if
iv. Nested-if
v. switch
b. Looping Statements
i. For loop
ii. While loop
iii. Do-while loop
iv. Nested loop
c. Branching Statements
i. Break
ii. Continue
iii. Return
d. Pattern programs
e. Within the range programs
f. Menu Driven programs using if else if
g. Menu Driven programs using switch
h. Logical programs
12. Introduction to Object Oriented Programming
a. OOP principles
b. Classes and Objects
c. Naming Rules
13. Variables
a. Static variables
b. Instance variables
c. Local variables
d. Method parameters
14. Methods
a. Static methods
b. Instance methods
c. Classification of methods
d. Recursion
15. Constructor
a. Default constructor
b. Parameterized constructor
c. This keyword
d. Object initialization
e. this()
16. Access Modifiers
17. Encapsulation – POJO rules
18. Inheritance
a. Types of inheritance
b. Single inheritance
c. Multi level inheritance
d. Hierarchical inheritance
e. Super and super()
f. Method overriding
19. Final modifier
20. Abstraction – Abstract classes
21. Interfaces and Multiple inheritance
22. Polymorphism
23. Exception Handling
24. Multi-threading
25. Arrays
26. Strings
27. IO Streams
28. Command Line arguements
29. Collections and Generics
30. JDK 8 features