SYLLABUS
Unit-I
IntroductiontoJAVA:JAVAEvolution:JavaHistory,JavaFeatures,HowJavaDiffersfromCandC++,Java
andInternet,JavaandWorldWideWeb,WebBrowsers,HardwareandSoftwareRequirements,Java
SupportSystems,JavaEnvironment.OverviewofJAVALanguage:Introduction,SimpleJavaprogram,
MoreofJavaStatements,ImplementingaJavaProgram,JavaVirtualMachine,CommandLine
Arguments,ProgrammingStyle.Constants,Variables,andDataTypes:Introduction,Constants,Variables,
DataTypes,DeclarationofVariables,GivingValuestoVariables,ScopeofVariables,SymbolicConstants,
TypeCasting,GettingValuesofVariables,StandardDefaultValues,OperatorsandExpressions:
Introduction,ArithmeticOperators,RelationalOperatorsLogicalOperators,AssignmentOperators,
IncrementandDecrementOperators,ConditionalOperators,BitwiseOperators,SpecialOperators,
ArithmeticExpressions,EvaluationofExpressions,ProcedenceofArithmeticOperators,TypeConversion
andAssociativity,MathematicalFunctions.DecisionMakingandBranching:Introduction,Decision
MakingwithifStatement,SimpleifStatement,Theif…..elseStatement,Nestingofif..elseStatements,
TheelseifLadder,TheSwitchStatement,The?:Operator.DecisionMakingandLooping:Introduction.
ThewhileStatement,ThedoStatement,TheforStatement,JumpsinLoopsLabeledLoops