Q31_241_20240331125933.jpg | FuOverflow Community
  • Cùng tham gia cộng đồng FuOverflow trên Facebook  www.facebook.com/groups/fuoverflow

  • Ra mắt hệ thống Check điểm các môn thi sớm để về quê tự động, nhanh chóng tại FUO - Check score
    Check không đúng cam kết sẽ hoàn tiền

Q31_241_20240331125933.jpg
Misa

Q31_241_20240331125933.jpg

}
(Choose 1 answer)
class Program{
static void Main(string[] args){
Uri info = new Uri("http://www.domain.com:80/info?id=123#fragment");
Uri page = new Uri("http://www.domain.com/info/page.html"):Console.WriteLine($"Default HTTP port: {page. Port}"):
Console.WriteLine($"IsBaseOf: {info.IsBaseOf(page)}");
Console.ReadKey():
}
Which one of the following is the output of the above code?
A. Default HTTP port: 80
IsBaseOf: False
B. Compile-time error
C. An run-time exception will be thrown
D. Default HTTP port: 80
IsBaseOf: True
Rsh
Q: 31