Description
অন্যান্য ডিভিডি /ভিডিও কোর্স থেকে আলাদা সুবিধা: সাধারণত বাজারে কিংবা অন্যান্য ওয়েবসাইটে যে রেকর্ডিং টিউটোরিয়াল কিংবা ভিডিও কোর্সগুলো পেয়ে থাকি, সেগুলো বেশির ভাগই অনলাইন/ইউটিউব দেখে দেখে অদক্ষ ব্যক্তিরা ব্যবসার জন্য বানান। ২ মিনিট দেখে ২ মিনিট রেকর্ড করেন। অনেক ক্ষেত্রে পুর্নাঙ্গভাবে সবকিছু দেওয়া থাকে না। কিন্তু ইশিখন.কম এর ভিডিওগুলো আমাদের স্বনামধন্য শিক্ষকদের লাইভ ক্লাসের ভিডিও, এর সাথে আমাদের ক্লাসের শিক্ষার্থীদের প্রশ্নোত্তর পর্বও রয়েছে এবং প্রতিটি বিষয় পুঙ্খানুপুঙ্খভাবে দেখানো হয়েছে, ফলে আপনি পুর্নাঙ্গভাবে শিখতে সক্ষম হবেন।
অনলাইন থেকে ডিভিডি অর্ডার
অনলাইনে ডিভিডি অর্ডার করতে এখানে যান Click here
আপনার কাঙ্খিত ডিভিডি’ র নিচে “ADD TO CART” বাটনে ক্লিক করুন। সেখানে শিপিং চার্জসহ টাকার পরিমাণ দেখতে পাবেন।
Proccess to checkout এ ক্লিক করুন।
আপনার নাম, জেলা, ফোন নং, ইমেইল এবং Order Notes লিখা ঘরে আপনার পূর্ণাঙ্গ ঠিকানা উল্লেখ করুন। এরপর নিচের দিকে I’ve read and accept the terms & conditions তে ক্লিক করে place order এ ক্লিক করুন। এখন আপনার অর্ডার কমপ্লিট দেখাবে এবং অর্ডার নাম্বার দেখাবে।
এই পেইজে order no দেখতে পাবেন এবং আপনি কিভাবে ডিভিডি’ র মূল্য পাঠাবেন, তার বিস্তারিত দেখতে পাবেন। আপনার ইমেইল এ অর্ডারের বিস্তারিত চলে যাবে।
পেমেন্ট করার পর আপনার ইমেইল এ মানি রিসিট/ইনভয়েস চলে যাবে। অর্থাৎ আপনার অর্ডার করা সম্পন্ন হবে।
আমরা সর্বোচ্চ ৪ কর্মদিবসের মধ্যে সুন্দরবন কুরিয়ার সার্ভিস এর মাধ্যমে দেশের যেকোন প্রান্তে ডিভিডি ডেলিভারি দিয়ে থাকি।
মোবাইল এ ডিভিডি অর্ডার
অনলাইন ছাড়াও মোবাইল এর মাধ্যমেও ডিভিডি অর্ডার করতে পারবেন,
ডিভিডি’ র টাকার পরিমাণ ও ১০০ টাকা (ঢাকার মধ্যে ৮০ টাকা) ডেলিভারি চার্জসহ আমাদের 01842858258 নাম্বারে বিকাশ করুন।
আপনার নাম, ঠিকানা, ডিভিডি’ র নাম, মোবাইল নাম্বার, বিকাশ নাম্বার সহ আমাদের 01842858258 নাম্বার এ এসএমএস করুন।
আমাদের হেল্পলাইনে ফোন করেও ডিভিডি অর্ডার করতে পারেন, এজন্য আমাদের হেল্পলাইন নাম্বার 09639 399 399 এ কল করে 0 চাপবেন।
আমরা সর্বোচ্চ ৪ কর্মদিবসের মধ্যে সুন্দরবন কুরিয়ার সার্ভিস এর মাধ্যমে দেশের যেকোন প্রান্তে ডিভিডি ডেলিভারি দিয়ে থাকি।
COURSE CURRICULUM:
– Fundamentals of Java Programming
– What is java?
– History of java
– Feature of java
– JDK, JRE, JVM
– Setup development environmentData Types and Operators:
– Primitive data types (int, float)
– Reference data types (String)
– Local and global variable
– Arithmetic operators
– Relational operators
– Bitwise operators
– Assignment operators
– Logical operatorsControl Statement (Decision Making):
– If-else
– If-else if –else
– Nested if-else
– ?: (ternary operator) operator
– Switch caseControl Statement (Loop):
– For loop
– While loop
– Do while loop
– Enhanced for loop/ foreach loop
– Break
– ContinueArrays:
– Declaring array variable
– Creating arrays
– Processing arrays
– Multi-dimensional arraysArraylist:
– Problem in array
– Declare, create, access ArraylistMethod:
– Method declaration
– Method definition
– Return type
– Parameters
– Arguments
– Method calling
– Explanation of main methodObject Oriented Programming:
– Basic OOP concept theory
– Object and class
– Creating class
– Different types of class
– Object creation / instantiation
– Local variable
– Class variable
– Instance variable
– Naming conventionInheritance:
– Inheritance (IS-A)
– Aggregation(HAS-A)
– Extends keyword
– Super class sub class
– Types of inheritance
– Multiple inheritancePolymorphism:
– Method overloading
– Method overriding
– Runtime polymorphism
– Dynamic binding
– Static binding
– Instance of operator
– Compile time polymorphismAbstraction:
– Abstract class
– Abstract method
– Encapsulation
– Data hiding
– PackagesOOPs Misc:
– Inner class
– Static inner class
– Outer class
– Anonymous classInterface:
– Flavor of multiple inheritance
– Interface vs. abstract class
– Keyword
– Java different kind of keywordAccess modifiers:
– Java access modifiers
– Exception handling
– Try block
– Catch block
– Finally blockString:
– Sting operation
– String builder
– File I/O
– Read file
– Writer file
– Modify fileMulti-threading:
– Thread class
– Runnable interface
– Run multiple thread
– Synchronized keywordGenerics:
– Generic class
– Generic method
– Bounded type parameter
– Java UI: Part-1
– Swing
– Java UI: Part-2
– Swing
– Java Connect With Database: Part-1
– JDBC
– Java Connect With Database: Part-2
– JDBC
– Project: Part-1
– Project (using JDBC and Swing)
– Project: Part-2
– Project (using JDBC and Swing)
– Project: Part-3
– Project (using JDBC and Swing)
– Project: Part-4
– Project (using JDBC and Swing)Freelancing Class : UpWork
– Introduction
– Signing up
– Account creation
– Rules and regulationFreelancing Class : Fiverr
– Introduction with fiverr
– Signing up
– Profile Creation
– Gig creation
– Rules regulation
– Buyer request
– Order complete
– File delivery systemFreelancing Class : Freelancer.com
– Introduction with freelancer.com
– Signing up
– Profile Creation
– Add portfolio
– Verify account
– Cover Letter
– Participate Contest
– Bid for projectFreelancing Class : Peopleperhour
– Introduction
– Signing up
– Profile creation
– Offer creation
– Participation on contest
– File delivery systemFreelancing Class : Themeforest
– Introduction
– Signing Up
– Profile Creation
– Submit A Theme On Themeforest
– How To Increase Sales WordPress Theme On Themeforest
– Introduction About Graphic RiverMarketplace Payment Solutions Class : Payoneer
– Signing up
– Account creation
– Add bank account
– Transfer dollars
Reviews
There are no reviews yet.