trinhdinhphuong Blog

0

Concurrency trong Go

1. Introduction Concurrency được coi là một trong những tính năng hấp dẫn nhất của Go để tận dụng năng lực xử lý của CPU. Concurrency gần giống với Thread, trong Go thì việc...

0

Interviewing Rust developers

Rust was originally developed by Mozilla and is a general-purpose, multi-paradigm language. It’s designed for performance and safety and is all about writing faster and more reliable software. Rust lets developers control low-level details without...

0

Solidity Interview Questions

Solidity Interview Questions for Freshers 1. What is Solidity? Solidity is an object-oriented programming language developed by Christian Reitwiessner, Alex Beregszaszi, and several former Ethereum core contributors for implementing smart contracts on various blockchain...

0

Top 20 câu hỏi phỏng vấn Java OOP

Câu hỏi Câu trả lời 1. Thế nào là lập trình hướng đối tượng ? Lập trình hướng đối tượng là một phương pháp lập trình dựa trên khái niệm về lớp và đối...

0

Top 10 câu hỏi phỏng vấn Java Developer

Câu 1: Bạn có thể nói gì về Java?Java là một ngôn ngữ lập trình bậc cao, hướng đối tượng, dựa trên class (lớp); được phát triển bởi Sun Microsystems từ những năm 1995,...