Category: Complete Courses

Data and Machine Learning Jobs

Data Migration Specialist Clio – Toronto, ON 2 days ago – Sponsored Senior Marketing Automation Developer JAM Direct – Toronto, ON 3 days ago – Sponsored Marketing Data Scientist Napkyn Inc. – Toronto, ON 3 days ago – Sponsored Data Scientist Canadian Tire – Toronto, ON 21 hours ago ETL Production Support Analyst (Informatica) Scotiabank …

Continue reading

Java Developer Opportunities

Java Fullstack Developer Infosys – Toronto, ON 2 days ago – Sponsored Bus Technology Specialist II (Java) BMO Financial Group – Toronto, ON 11 hours ago – Sponsored Senior Java UI Developer TechAheadCorp – Toronto, ON 1 day ago – Sponsored Java Springboot Developer AstraNorth – Toronto, ON 17 hours ago Java Backend Developer Itexpertus …

Continue reading

How to create a RPM package in Linux #26 #RHCSA

How to create a RPM package in Linux Creating basic installation RPM package is really easy. You just have to use rpmbuild command. rpmbuild will be applied to your source files and a RPM package will be created [all source files will be included in the RPM package]. Somewhere you need to specify the path …

Continue reading

Some Educational Android Apps on Software/Web Development #Android Development and Programming #Android Development and Programming #Our Android Apps

Some are in Bengali Project Management https://play.google.com/store/apps/details?id=com.sitestree.pmp On CSS https://play.google.com/store/apps/details?id=com.sitestree.css On JavaScript https://play.google.com/store/apps/details?id=com.sitestree.javascript   On PHP https://play.google.com/store/apps/details?id=com.sitestree.php   On SEO course https://play.google.com/store/apps/details?id=com.sitestree.seo   SQL Course https://play.google.com/store/apps/details?id=com.sitestree.sql   Oral Communications https://play.google.com/store/apps/details?id=com.justetc.oral_communications.workplace   AngularJS https://play.google.com/store/apps/details?id=com.salearningschool.bangla.angularjs1   HTML https://play.google.com/store/apps/details?id=com.salearningschool.bangla.html           From: http://sitestree.com/?p=11803 Categories:Android Development and Programming, Android Development and Programming, Our Android AppsTags: Post …

Continue reading

SCJP Training: Lesson 3: API Contents #Java Short Notes #SCJP

The Number Classes Characters Strings The StringBuilder Class Character Streams (FileReader, FileWriter) Buffered Streams (BufferedReader, BufferedWriter) Formatting (PrintWriter) File Objects (File) Data Streams Object Streams Manipulating Characters in a String (String split method) Methods of the Pattern Class Methods of the Matcher Class Scanning Formatting Formatting (PrintWriter, formatting parameters) Formatting Numeric Print Output (formatting parameters) …

Continue reading

SCJP Training: Lesson 4: Concurrency #Java Short Notes #SCJP

Defining and Starting a Thread The SimpleThreads Example Thread Interference Memory Consistency Errors Synchronized Methods Intrinsic Locks and Synchronization Atomic Access Guarded Blocks From: http://sitestree.com/?p=5051 Categories:Java Short Notes, SCJPTags: Post Data:2006-11-03 06:59:23 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: …

Continue reading

SCJP Training: Lesson 5: OO Concepts #Java Short Notes #SCJP

Inheritance Inheritance Overriding and Hiding Methods Using the Keyword super Overriding and Hiding Methods Defining Methods Using the Keyword super From: http://sitestree.com/?p=5052 Categories:Java Short Notes, SCJPTags: Post Data:2009-12-15 16:31:08 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada

SCJP Training: Lesson 6: Collections / Generics #Java Short Notes #SCJP

Object Ordering Object as a Superclass Generic Types Declaring Classes Defining an Interface Passing Information to a Method or Constructor Returning a Value from a Method Generic Types Generic Methods and Constructors Wildcards Algorithms From: http://sitestree.com/?p=5053 Categories:Java Short Notes, SCJPTags: Post Data:2012-07-21 07:53:36 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In …

Continue reading

SCJP Training: Lesson 7: Fundamentals #Java Short Notes #SCJP

Controlling Access to Members of a Class Using Package Members Command-Line Arguments Command-Line I/O Objects Passing information to a Method or Constructor Using Objects Managing Source and Class Files Assignment, Arithmetic, and Unary Operators Equality, Relational, and Conditional Operators Object as a Superclass Comparing Strings and Portions of Strings From: http://sitestree.com/?p=5054 Categories:Java Short Notes, SCJPTags: …

Continue reading

SCJP Essential Knowledge #Java Short Notes #SCJP

int x=5; String y=”3″; System.out.print(x + 1 + y); Output: 63 When there is no live reference to an object, the object becomes eligible for garbage collection. The concrete interface method implementation must be public. When a class implements Comparator, it must implement a compare method. When a class implements Comparable, it must implement a …

Continue reading