#include <stdio.h>
#include <stdlib.h>
static void get_string(char *ac)
{
ac = (char *)malloc (1 * sizeof (char));
printf("Enter the string to count vowels and consonants in a string us
在下面的代碼中,我初始化客戶端並將它傳遞給新的Worker類的構造函數。然後,我將這個值設置爲空,而這兩名工人仍在運行。據我的理解,我在構造函數中爲引用類型進行值傳遞,因此p.myClient和worker1.client應該指向堆上的同一個Client對象。但爲什麼它不拋出NullPointerException? class Client
{
public Client()