General Flashcards
what is the differnce between java and javaScript?
javaScript זה כשאני תלויה בבחירות של המשתמש- כי השפה היא interpreted language כלומר רצה בזמן אמת שורה אחר שורש. ולעומת זאת, java היא שפת קומפילר - כלומר מתרגם הכל בפעם אחת לקובץ שהמחשב מבין.
what is compiler and interpreter?
what is CDN
A CDN (Content Delivery Network) in the context of HTML is a network of servers that are distributed across different geographic locations. Its main purpose is to deliver content (such as HTML files, images, stylesheets, JavaScript, etc.) to users more efficiently. CDNs help by serving the content from a server that is closest to the user’s physical location, reducing latency and improving load times.